Skip to content

Commit

Permalink
Unfix geopandas and pandas version (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet authored Mar 16, 2024
1 parent 4e1c6f4 commit 83d6d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ channels:
- conda-forge
dependencies:
- python>=3.9,<3.12
- geopandas>=0.12.0,<0.14
- geopandas>=0.12.0
- matplotlib=3.*
- pyproj=3.*
- rasterio>=1.3,<2
- pandas>=1,<2.2
- pandas>=1,<3
- numpy=1.*
- scipy=1.*
- tqdm
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ channels:
- conda-forge
dependencies:
- python>=3.9,<3.12
- geopandas>=0.12.0,<0.14
- geopandas>=0.12.0
- matplotlib=3.*
- pyproj=3.*
- rasterio>=1.3,<2
- pandas>=1,<2.2
- pandas>=1,<3
- numpy=1.*
- scipy=1.*
- tqdm
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file is auto-generated from environment.yml, do not modify.
# See that file for comments about the need/usage of each dependency.

geopandas>=0.12.0,<0.14
geopandas>=0.12.0
matplotlib==3.*
pyproj==3.*
rasterio>=1.3,<2
pandas>=1,<2.2
pandas>=1,<3
numpy==1.*
scipy==1.*
tqdm
Expand Down

0 comments on commit 83d6d10

Please sign in to comment.