Skip to content

Commit

Permalink
avoid numpy version with bug per issue NCAR#207
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Jun 16, 2023
1 parent a9543e6 commit cfeb38b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_envs/Darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- jupyter
- matplotlib
- netcdf4
- numpy
- numpy!=1.24.3
- pycodestyle
- setuptools
- sphinx
Expand Down
2 changes: 1 addition & 1 deletion build_envs/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- jupyter
- matplotlib
- netcdf4
- numpy
- numpy!=1.24.3
- pycodestyle
- setuptools
- sphinx
Expand Down
2 changes: 1 addition & 1 deletion build_envs/Win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- m2w64-toolchain
- matplotlib
- netcdf4
- numpy
- numpy!=1.24.3
- pycodestyle
- setuptools
- sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
basemap
numpy>=1.11
numpy >=1.11, !=1.24.3
setuptools
wrapt
xarray

0 comments on commit cfeb38b

Please sign in to comment.