From 58f460200e0ed0441d39eb919a6fc56d38a657dc Mon Sep 17 00:00:00 2001 From: Ye Date: Fri, 24 Oct 2025 11:51:30 +0200 Subject: [PATCH] BLD: update dependency --- .github/envs/39-latest-conda-forge.yaml | 2 +- environment-dev.yml | 2 +- environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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