From 5d689f501ee0c98cf7abda633965c08772a25901 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 8 Jun 2020 12:28:18 +0200 Subject: [PATCH] environment: pin atlite to 0.03 (#163) --- environment.docs.yaml | 2 +- environment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.docs.yaml b/environment.docs.yaml index 064f29ee..b345bf62 100755 --- a/environment.docs.yaml +++ b/environment.docs.yaml @@ -10,7 +10,7 @@ dependencies: #- python - pip - pypsa>=0.17 - - atlite + - atlite=0.0.3 # Dependencies of the workflow itself #- xlrd diff --git a/environment.yaml b/environment.yaml index 3f0e8f8a..e30e0b9a 100644 --- a/environment.yaml +++ b/environment.yaml @@ -13,7 +13,7 @@ dependencies: - pip - pypsa>=0.17 - - atlite + - atlite=0.0.3 # Dependencies of the workflow itself - xlrd