Skip to content

Commit

Permalink
Merge pull request #92 from ACCESS-NRI/access-med-0.8
Browse files Browse the repository at this point in the history
Pin numpy to <=1.23.5
  • Loading branch information
rbeucher authored Aug 8, 2024
2 parents 9770aa7 + 394507e commit 107e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/access-med/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- netcdf4<=1.6.0 ### Workaround for https://github.com/pydata/xarray/issues/7079
- mo_pack
- nodejs>=20.0.0
- numpy>=1.21, !=1.24.3 # severe masking bug
- numpy>=1.21, !=1.24.3, <=1.23.5 # severe masking bug
- pandas
- scipy
- h5py
Expand Down

0 comments on commit 107e339

Please sign in to comment.