From 5bddabf683046004a101ab810f013dea7e21b850 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Mon, 5 Feb 2024 17:19:18 +0100 Subject: [PATCH] Temporarily run with latest GeoUtils on CI --- dev-environment.yml | 4 ++-- environment.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index da7cbde5..860a26ba 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -15,7 +15,7 @@ dependencies: - tqdm - scikit-image - scikit-gstat>=1.0 - - geoutils=0.0.15 +# - geoutils=0.0.15 # Development-specific, to mirror manually in setup.cfg [options.extras_require]. - pip @@ -53,4 +53,4 @@ dependencies: - noisyopt # To run CI against latest GeoUtils -# - git+https://github.com/GlacioHack/geoutils.git + - git+https://github.com/GlacioHack/geoutils.git diff --git a/environment.yml b/environment.yml index 5144a8e3..1f1d41e5 100644 --- a/environment.yml +++ b/environment.yml @@ -15,8 +15,8 @@ dependencies: - tqdm - scikit-image - scikit-gstat>=1.0 - - geoutils=0.0.15 +# - geoutils=0.0.15 - pip -# - pip: -# - git+https://github.com/GlacioHack/geoutils.git + - pip: + - git+https://github.com/GlacioHack/geoutils.git