Skip to content

Commit

Permalink
require numpy 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Mar 23, 2024
1 parent ac55674 commit e375005
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Required:
* astropy >= 6.0
* docstring_parser>=0.15
* h5py >= 3.1
* numpy >= 1.22
* numpy >= 1.23
* pyerfa >= 2.0
* scipy >= 1.5
* setuptools_scm <7.0|>=7.0.3
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_deps_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- docstring_parser>=0.15
- h5py>=3.1
- scipy>=1.5
- numpy>=1.22
- numpy>=1.23
- pyerfa>=2.0
- coverage
- pytest>=6.2.0
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_min_versions_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- docstring_parser==0.15
- h5py==3.1.*
- hdf5plugin==3.1.*
- numpy==1.22
- numpy==1.23
- pyerfa==2.0
- python-casacore==3.3.1
- pyyaml==5.3.*
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5py>=3.1
- hdf5plugin>=3.1.0
- matplotlib # this is just for the doctests.
- numpy>=1.22
- numpy>=1.23
- pyerfa>=2.0
- python-casacore>=3.3.1
- pyyaml>=5.3
Expand Down
2 changes: 1 addition & 1 deletion ci/pyuvdata_tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5py>=3.1
- hdf5>=1.12.0
- hdf5plugin>=3.1.0
- numpy>=1.22
- numpy>=1.23
- pyerfa>=2.0
- pyyaml>=5.3
- scipy>=1.5
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- h5py>=3.1
- hdf5plugin>=3.1.0
- matplotlib
- numpy>=1.22
- numpy>=1.23
- pip
- pre-commit
- pyerfa>=2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def is_platform_windows():
"astropy>=6.0",
"docstring-parser>=0.15",
"h5py>=3.1",
"numpy>=1.22",
"numpy>=1.23",
"pyerfa>=2.0",
"scipy>=1.5",
"setuptools>=61",
Expand Down

0 comments on commit e375005

Please sign in to comment.