Congratulations on your paper. I'm trying to run the code but I keep getting conflicts when installing the different libraries as by default pip will install the latest version of all of them and they don't seem to be compatible.
Would it be possible for you to run something like conda env export > environment.yml on your environment to share the package versions?
Hello,
Congratulations on your paper. I'm trying to run the code but I keep getting conflicts when installing the different libraries as by default pip will install the latest version of all of them and they don't seem to be compatible.
Would it be possible for you to run something like
conda env export > environment.yml
on your environment to share the package versions?Also, in the current requirements.txt you do not add the packages in serve.
It would be great to have them all in a single environment file. Thanks in advance!