Skip to content

Commit

Permalink
updated geopandas pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMolinsky committed Jun 26, 2024
1 parent 1ddcc37 commit 4cc3022
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
descartes
geopandas>=1.0.0
geopandas
matplotlib
scikit-learn
numpy<2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
descartes
geopandas>=1.0.0
geopandas
matplotlib
scikit-learn
numpy<2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
dask>=2023.3.2; python_version>='3.8' and sys_platform=='windows'
descartes
geopandas<1; python_version=='3.8'
geopandas>=1; python_version>='3.9'
geopandas; python_version>='3.9'
scikit-learn==1.2.2
matplotlib>=3.6
numpy<2; python_version>='3.10'
Expand Down

0 comments on commit 4cc3022

Please sign in to comment.