From 710a252f8ed0654765c4eb0e19f8f9d971ac1594 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Mon, 24 Apr 2023 16:42:04 -0700 Subject: [PATCH] Fix geoutils to 0.0.11, comment git pull of latest (#367) --- 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 782b11a2..379f7e24 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -20,7 +20,7 @@ dependencies: - proj-data - scikit-gstat>=0.6.8 - pytransform3d -# - geoutils==0.0.10 + - geoutils==0.0.11 # Development-specific - pip @@ -43,4 +43,4 @@ dependencies: - pip: - -e ./ - - git+https://github.com/GlacioHack/GeoUtils.git +# - git+https://github.com/GlacioHack/GeoUtils.git diff --git a/environment.yml b/environment.yml index cd8a1fd3..798d2ed3 100644 --- a/environment.yml +++ b/environment.yml @@ -20,8 +20,8 @@ dependencies: - proj-data - scikit-gstat>=0.6.8 - pytransform3d -# - geoutils==0.0.10 + - geoutils==0.0.11 - pip - - pip: - - git+https://github.com/GlacioHack/GeoUtils.git +# - pip: +# - git+https://github.com/GlacioHack/GeoUtils.git