Skip to content

Commit

Permalink
Fix typo in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sol1105 committed Jul 5, 2022
1 parent 6058eb9 commit 6798264
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 @@ -12,7 +12,7 @@ dependencies:
- geopandas>=0.7
- loguru>=0.5.3
- netCDF4>=1.4
- numpy>=1.16<1.22
- numpy>=1.16,<1.22
- pandas>=1.0.3,<1.4
- poppler>=0.67
- pygeos>=0.9
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.16<1.22
numpy>=1.16,<1.22
xarray>=0.15
pandas>=1.0.3,<1.4
cftime>=1.4.1
Expand Down

0 comments on commit 6798264

Please sign in to comment.