Skip to content
New issue

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 version dependency conflict in requirements.txt #2

Open
saglag opened this issue Dec 17, 2022 · 0 comments
Open

numpy version dependency conflict in requirements.txt #2

saglag opened this issue Dec 17, 2022 · 0 comments

Comments

@saglag
Copy link

saglag commented Dec 17, 2022

numpy==1.20.2

This version of numpy throws the following dependency conflict:
ERROR: Cannot install -r requirements.txt (line 20), -r requirements.txt (line 22), -r requirements.txt (line 28), -r requirements.txt (line 29), -r requirements.txt (line 30), -r requirements.txt (line 31) and numpy==1.20.2 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested numpy==1.20.2
h5py 3.3.0 depends on numpy>=1.17.5; python_version == "3.8"
imageio 2.9.0 depends on numpy
mat73 0.50 depends on numpy
matplotlib 3.4.2 depends on numpy>=1.16
mkl-fft 1.3.0 depends on numpy>=1.16
mkl-random 1.2.2 depends on numpy<1.23.0 and >=1.22.3

Changing to numpy==1.22.3 solves the issue without throwing an error calling python -m scripts.run_reals --type normal

I haven't examined outputs to confirm this and the setuptools change yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant