Skip to content

Commit

Permalink
Allow pandas v2 (GlacioHack#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet authored Feb 5, 2024
1 parent e633b16 commit 543e6a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- matplotlib=3.*
- pyproj=3.*
- rasterio>=1.3,<2
- pandas=1.*
- pandas>=1,<2.2
- numpy=1.*
- scipy=1.*
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- matplotlib=3.*
- pyproj=3.*
- rasterio>=1.3,<2
- pandas=1.*
- pandas>=1,<2.2
- numpy=1.*
- scipy=1.*
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ geopandas>=0.12.0,<0.14
matplotlib==3.*
pyproj==3.*
rasterio>=1.3,<2
pandas==1.*
pandas>=1,<2.2
numpy==1.*
scipy==1.*
tqdm
Expand Down

0 comments on commit 543e6a3

Please sign in to comment.