You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Hello, I don't understand why the installation script includes setting up a conda environment with tons of modules and libraries that are not needed to run the script. Also the environment.yml file is not platform-independent and didn't work on linux (centos 6). The modules in requirements.txt seem to be sufficient to run the script and can be installed through virtualenv. It would be great to include this alternative installation route as well in the readme.
Hello, I don't understand why the installation script includes setting up a conda environment with tons of modules and libraries that are not needed to run the script. Also the environment.yml file is not platform-independent and didn't work on linux (centos 6). The modules in requirements.txt seem to be sufficient to run the script and can be installed through virtualenv. It would be great to include this alternative installation route as well in the readme.