Closed greinerth closed 2 years ago
The requirements_simplified.txt file is invalid. You might need to consider employing "==" or ">=" for installing the required packages. Further the pip command is not correct. It should be pip install -r requirements_simplified.txt
pip install -r requirements_simplified.txt
Hi, Nice catch! I have updated the environment installation with a conda config file.
Thank you
The requirements_simplified.txt file is invalid. You might need to consider employing "==" or ">=" for installing the required packages. Further the pip command is not correct. It should be
pip install -r requirements_simplified.txt