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 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