Skip to content

Commit

Permalink
Merge pull request #320 from johntruckenbrodt/numpy2
Browse files Browse the repository at this point in the history
require numpy<2.0
  • Loading branch information
johntruckenbrodt authored Oct 1, 2024
2 parents 7a9bec6 + 8b0acfc commit 11e0a88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.11
- progressbar2
- numpy
- numpy<2.0
- spatialist>=0.12.1
- pyyaml
- requests
Expand Down
2 changes: 1 addition & 1 deletion environment-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.11
- matplotlib
- numpy
- numpy<2.0
- sphinx<7.0 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
- sphinxcontrib-bibtex>=2.2
- pip
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.11 # https://github.com/kvesteri/sqlalchemy-utils/issues/716
- progressbar2
- numpy
- numpy<2.0
- spatialist>=0.12.1
- pyyaml
- requests
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
progressbar2
numpy
numpy<2.0
spatialist>=0.12.1
pyyaml
requests
Expand Down

0 comments on commit 11e0a88

Please sign in to comment.