Skip to content

Commit

Permalink
temporarily limit numpy version to <2 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum authored Aug 2, 2024
1 parent 16c02fd commit 2805ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ channels:
- defaults
dependencies:
- python>=3.6
- numpy
- numpy<2
- scipy
- pandas>=0.25
- xarray>=0.16.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
include_package_data=True,
python_requires=">=3.6",
install_requires=[
"numpy",
"numpy<2",
"scipy",
"pandas>=0.25",
"bottleneck",
Expand Down

0 comments on commit 2805ae0

Please sign in to comment.