alphapickle
alphapickle copied to clipboard
numpy dependency version not consistent
numpy versions don't match in requirements.txt and linux64requirements.txt.
What is the use of requirements.txt?
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?