You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
REALS/requirements.txt
Line 36 in 3459515
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.
The text was updated successfully, but these errors were encountered: