From 44ad7f602d9e7fb35ee9bec4ff892132c094d3b1 Mon Sep 17 00:00:00 2001 From: Ye Date: Fri, 24 Oct 2025 11:22:45 +0200 Subject: [PATCH 1/2] update env dependency --- environment-dev.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index afb16c86..cec69582 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -10,7 +10,7 @@ dependencies: - scikit-learn - pip - geoalchemy2 -- osmnx +- osmnx>=2.0.0 - psycopg2 - tqdm - similaritymeasures diff --git a/environment.yml b/environment.yml index 34322b36..291bc1e5 100644 --- a/environment.yml +++ b/environment.yml @@ -10,7 +10,7 @@ dependencies: - scikit-learn - pip - geoalchemy2 -- osmnx +- osmnx>=2.0.0 - psycopg2 - tqdm - similaritymeasures From 8a15f446f37ce88eec09b5ed03ea1191e47252df Mon Sep 17 00:00:00 2001 From: Ye Date: Fri, 24 Oct 2025 11:26:53 +0200 Subject: [PATCH 2/2] update test env --- .github/envs/39-latest-conda-forge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/envs/39-latest-conda-forge.yaml b/.github/envs/39-latest-conda-forge.yaml index 2cfa47e4..e1ff8aab 100644 --- a/.github/envs/39-latest-conda-forge.yaml +++ b/.github/envs/39-latest-conda-forge.yaml @@ -9,7 +9,7 @@ dependencies: - scikit-learn - pip - geoalchemy2 -- osmnx +- osmnx>=2.0.0 - psycopg2 - tqdm - similaritymeasures