We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numpy versions don't match in requirements.txt and linux64requirements.txt. What is the use of requirements.txt?
requirements.txt
linux64requirements.txt
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
numpy versions don't match in
requirements.txt
andlinux64requirements.txt
.What is the use of
requirements.txt
?The text was updated successfully, but these errors were encountered: