Skip to content

Commit

Permalink
Pin numpy !=1.24.3 due to severe masking bug (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored May 19, 2023
1 parent ca7c445 commit cec27e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- natsort
- nc-time-axis
- netCDF4
- numpy
- numpy !=1.24.3 # severe masking bug
- packaging
- openpyxl
- pandas
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- natsort
- nc-time-axis
- netCDF4
- numpy
- numpy !=1.24.3 # severe masking bug
- packaging
- openpyxl
- pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'natsort',
'nc-time-axis',
'netCDF4',
'numpy',
'numpy!=1.24.3', # severe masking bug
'packaging',
'openpyxl',
'pandas',
Expand Down

0 comments on commit cec27e2

Please sign in to comment.