diff --git a/dev-environment.yml b/dev-environment.yml index d11fc67c..4088a59b 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -15,7 +15,7 @@ dependencies: - tqdm - scikit-image - scikit-gstat>=1.0 - - geoutils=0.0.13 +# - geoutils=0.0.13 # Development-specific, to mirror manually in setup.cfg [options.extras_require]. - pip @@ -52,4 +52,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 507289c8..bb698c03 100644 --- a/environment.yml +++ b/environment.yml @@ -15,8 +15,8 @@ dependencies: - tqdm - scikit-image - scikit-gstat>=1.0 - - geoutils=0.0.13 +# - geoutils=0.0.13 - pip -# - pip: -# - git+https://github.com/GlacioHack/GeoUtils.git + - pip: + - git+https://github.com/GlacioHack/GeoUtils.git