alphapickle icon indicating copy to clipboard operation
alphapickle copied to clipboard

numpy dependency version not consistent

Open jowodo opened this issue 2 years ago • 1 comments

numpy versions don't match in requirements.txt and linux64requirements.txt. What is the use of requirements.txt?

jowodo avatar Jun 01 '23 10:06 jowodo

Am I right, that requirements.txt is used for the command:

python3 -m pip install -r

and linux64requirements.txt is used for the command:

conda install -f

Are the requirements in requirements.txt are enough to run all analysis?

jowodo avatar Jun 01 '23 12:06 jowodo