Skip to content

Commit

Permalink
remove numpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestfwilliams committed Jan 8, 2024
1 parent 91fad30 commit 40058dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- importlib_metadata
- lxml
- netCDF4
- numpy<1.24
- numpy
- pillow
- requests
- scipy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"importlib_metadata",
"lxml",
"netCDF4",
"numpy<1.24",
"numpy",
"pillow",
"requests",
"scipy",
Expand Down

0 comments on commit 40058dd

Please sign in to comment.