diff --git a/.github/envs/39-latest-conda-forge.yaml b/.github/envs/39-latest-conda-forge.yaml index e1ff8aab..16d700b3 100644 --- a/.github/envs/39-latest-conda-forge.yaml +++ b/.github/envs/39-latest-conda-forge.yaml @@ -5,7 +5,7 @@ dependencies: - python - numpy - matplotlib -- geopandas>=0.12.0 +- geopandas>=1.1.0 - scikit-learn - pip - geoalchemy2 diff --git a/environment-dev.yml b/environment-dev.yml index cec69582..27abff4c 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -6,7 +6,7 @@ dependencies: - python - numpy - matplotlib -- geopandas>=0.12.0 +- geopandas>=1.1.0 - scikit-learn - pip - geoalchemy2 diff --git a/environment.yml b/environment.yml index 291bc1e5..5c8ceca3 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ dependencies: - python - numpy - matplotlib -- geopandas>=0.12.0 +- geopandas>=1.1.0 - scikit-learn - pip - geoalchemy2