Skip to content

numpy version dependency conflict in requirements.txt #2

@saglag

Description

@saglag

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions