Skip to content

Commit

Permalink
pin to numpy<2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and mkolopanis committed Nov 13, 2024
1 parent 8b5252a commit fe7b846
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/min_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- astropy>=5.0.4
- cartopy>=0.20.0
- coverage
- numpy>=1.19.*
- numpy>=1.19.*,<2.0
- psycopg2>=2.9
- pytest>=6.2.0
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- alembic>=1.8
- astropy>=5.0.4
- cartopy>=0.20.0
- numpy>=1.19.*
- numpy>=1.19.*,<2.0
- psycopg2>=2.9
- pyuvdata>=2.2.9
- pyyaml>=5.1
Expand Down
2 changes: 1 addition & 1 deletion ci/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- coverage
- h5py>=3.1.*
- matplotlib>=3.6.*
- numpy>=1.19.*
- numpy>=1.19.*,<2.0
- pandas>=1.4.0
- pip
- psutil>=5.9.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- coverage
- h5py>=3.1.*
- matplotlib>=3.6.*
- numpy>=1.19.*
- numpy>=1.19,<2.0
- pandas>=1.4.0
- pip
- psutil>=5.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"alembic>=1.8",
"astropy>=5.0.4",
"cartopy>=0.20",
"numpy>=1.19",
"numpy>=1.19,<2.0",
"psycopg2>=2.9",
"pyuvdata>=2.2.9",
"pyyaml>=5.1",
Expand Down

0 comments on commit fe7b846

Please sign in to comment.