From 36cbd399f4c0cd7ae259137bd34363440042f623 Mon Sep 17 00:00:00 2001 From: tzussman Date: Fri, 25 Jun 2021 16:22:54 -0400 Subject: [PATCH] Pin python version in env.yml --- environment.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 6dc70a9c..ee3d8933 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge - defaults dependencies: - - python + - python=3.8 - gdal - numpy - geopandas=0.7.0 @@ -19,5 +19,3 @@ dependencies: - fastdtw - rasterstats - joblib - - ipython=7.15 - - spyder