Skip to content

Commit

Permalink
Merge pull request #211 from kafitzgerald/issue207
Browse files Browse the repository at this point in the history
Pin numpy version to avoid bug which impacts array ordering
  • Loading branch information
kafitzgerald authored Jun 16, 2023
2 parents a9543e6 + 1cb8600 commit 79dda83
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 139 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
32 changes: 0 additions & 32 deletions conda_recipe/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions conda_recipe/bld.bat

This file was deleted.

22 changes: 0 additions & 22 deletions conda_recipe/build.sh

This file was deleted.

62 changes: 0 additions & 62 deletions conda_recipe/meta.yaml

This file was deleted.

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 79dda83

Please sign in to comment.