diff --git a/ci/requirements_appveyor.txt b/ci/requirements_appveyor.txt index ef519563b..2d858ba90 100644 --- a/ci/requirements_appveyor.txt +++ b/ci/requirements_appveyor.txt @@ -3,7 +3,7 @@ --find-links http://www.silx.org/pub/wheelhouse wheel -numpy +numpy >= 1.10 #cython Pillow h5py diff --git a/ci/requirements_gh.txt b/ci/requirements_gh.txt index cf69d2ed8..4405611cf 100644 --- a/ci/requirements_gh.txt +++ b/ci/requirements_gh.txt @@ -5,9 +5,7 @@ --trusted-host www.edna-site.org wheel -numpy <1.19 ; python_version <= '3.5' -numpy <1.20 ; python_version <= '3.6' -numpy; python_version> '3.6' +numpy > 1.10 cython >=0.29.31 pillow lxml diff --git a/ci/requirements_rtd.txt b/ci/requirements_rtd.txt index e2c46eb72..23477d00f 100644 --- a/ci/requirements_rtd.txt +++ b/ci/requirements_rtd.txt @@ -1,5 +1,4 @@ -numpy <1.19 ; python_version <= '3.5' -numpy; python_version>= '3.6' +numpy >= 1.10 h5py fabio sphinx diff --git a/ci/requirements_travis.txt b/ci/requirements_travis.txt index 9679ba19b..514031639 100644 --- a/ci/requirements_travis.txt +++ b/ci/requirements_travis.txt @@ -3,8 +3,7 @@ --find-links http://www.edna-site.org/pub/wheelhouse wheel -numpy <1.19 ; python_version <= '3.5' -numpy; python_version>= '3.6' +numpy >=1.10 cython (>=0.29.31) pillow lxml diff --git a/pyproject.toml b/pyproject.toml index cff314200..dc0ba1668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = ["Development Status :: 5 - Production/Stable", ] dependencies = [ - 'numpy', + 'numpy>=1.10', 'h5py', 'fabio', "silx>=1.1; python_version < '3.12'", diff --git a/requirements.txt b/requirements.txt index f08c551d7..0018f286b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ wheel meson-python ninja -numpy +numpy >= 1.10 cython >=0.29.31 fabio scipy