Skip to content

Commit cfeb38b

Browse files
committed
avoid numpy version with bug per issue NCAR#207
1 parent a9543e6 commit cfeb38b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build_envs/Darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- jupyter
1212
- matplotlib
1313
- netcdf4
14-
- numpy
14+
- numpy!=1.24.3
1515
- pycodestyle
1616
- setuptools
1717
- sphinx

build_envs/Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- jupyter
1212
- matplotlib
1313
- netcdf4
14-
- numpy
14+
- numpy!=1.24.3
1515
- pycodestyle
1616
- setuptools
1717
- sphinx

build_envs/Win64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- m2w64-toolchain
1212
- matplotlib
1313
- netcdf4
14-
- numpy
14+
- numpy!=1.24.3
1515
- pycodestyle
1616
- setuptools
1717
- sphinx

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
basemap
2-
numpy>=1.11
2+
numpy >=1.11, !=1.24.3
33
setuptools
44
wrapt
55
xarray

0 commit comments

Comments
 (0)