diff --git a/README.md b/README.md index 5f3af10a9a..03d8109067 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Required: * astropy >= 6.0 * docstring_parser>=0.15 * h5py >= 3.1 -* numpy >= 1.20 +* numpy >= 1.22 * pyerfa >= 2.0 * scipy >= 1.5 * setuptools_scm <7.0|>=7.0.3 diff --git a/ci/pyuvdata_min_deps_tests.yml b/ci/pyuvdata_min_deps_tests.yml index a206665303..7732b20873 100644 --- a/ci/pyuvdata_min_deps_tests.yml +++ b/ci/pyuvdata_min_deps_tests.yml @@ -6,7 +6,7 @@ dependencies: - docstring_parser>=0.15 - h5py>=3.1 - scipy>=1.5 - - numpy>=1.20.* + - numpy>=1.22 - pyerfa>=2.0 - coverage - pytest>=6.2.0 diff --git a/ci/pyuvdata_min_versions_tests.yml b/ci/pyuvdata_min_versions_tests.yml index 6a7a918b2f..f37f08532f 100644 --- a/ci/pyuvdata_min_versions_tests.yml +++ b/ci/pyuvdata_min_versions_tests.yml @@ -8,7 +8,7 @@ dependencies: - docstring_parser==0.15 - h5py==3.1.* - hdf5plugin==3.1.* - - numpy==1.20.* + - numpy==1.22 - pyerfa==2.0 - python-casacore==3.3.1 - pyyaml==5.3.* diff --git a/ci/pyuvdata_tests.yml b/ci/pyuvdata_tests.yml index 26d851820b..752cb5e1c5 100644 --- a/ci/pyuvdata_tests.yml +++ b/ci/pyuvdata_tests.yml @@ -9,7 +9,7 @@ dependencies: - h5py>=3.1 - hdf5plugin>=3.1.0 - matplotlib # this is just for the doctests. - - numpy>=1.20.* + - numpy>=1.22 - pyerfa>=2.0 - python-casacore>=3.3.1 - pyyaml>=5.3 diff --git a/ci/pyuvdata_tests_windows.yml b/ci/pyuvdata_tests_windows.yml index d05ab68f62..02dd7df878 100644 --- a/ci/pyuvdata_tests_windows.yml +++ b/ci/pyuvdata_tests_windows.yml @@ -9,7 +9,7 @@ dependencies: - h5py>=3.1 - hdf5>=1.12.0 - hdf5plugin>=3.1.0 - - numpy>=1.20.* + - numpy>=1.22 - pyerfa>=2.0 - pyyaml>=5.3 - scipy>=1.5 diff --git a/environment.yaml b/environment.yaml index b7b219d85c..856204b9ef 100644 --- a/environment.yaml +++ b/environment.yaml @@ -11,7 +11,7 @@ dependencies: - h5py>=3.1 - hdf5plugin>=3.1.0 - matplotlib - - numpy>=1.20 + - numpy>=1.22 - pip - pre-commit - pyerfa>=2.0 diff --git a/setup.py b/setup.py index 997f7d10a8..2a0f3eefa1 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def is_platform_windows(): "astropy>=6.0", "docstring-parser>=0.15", "h5py>=3.1", - "numpy>=1.20", + "numpy>=1.22", "pyerfa>=2.0", "scipy>=1.5", "setuptools>=61",