From c2df009736f3da25b8ee58c25327d31b698c0ed4 Mon Sep 17 00:00:00 2001 From: Christof Date: Tue, 12 Sep 2023 10:07:38 +0200 Subject: [PATCH] BLD: replicate local environment.yml for CI --- .github/envs/39-latest-conda-forge.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/envs/39-latest-conda-forge.yaml b/.github/envs/39-latest-conda-forge.yaml index 2ec862d3..3be8e80d 100644 --- a/.github/envs/39-latest-conda-forge.yaml +++ b/.github/envs/39-latest-conda-forge.yaml @@ -3,26 +3,21 @@ channels: - conda-forge dependencies: - python - -# required -- matplotlib - numpy -- pandas +- matplotlib +- geopandas>=0.12.0 - scikit-learn -- networkx +- networkx - pint -- pip -- geoalchemy2 -- osmnx +- pip +- geoalchemy2 +- osmnx - psycopg2 - tqdm - similaritymeasures - jupyter -- geopandas>=0.12.0 # tests - pytest - pytest-cov - pytest-xdist - -