From 53cdd4433efed06d908f91803380926715d3764e Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 15 Mar 2020 12:52:50 +0100 Subject: [PATCH] environment: pin vresutils to 0.3.1 (#137) --- 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 7beb2f45..1c60e90a 100755 --- a/environment.docs.yaml +++ b/environment.docs.yaml @@ -44,7 +44,7 @@ dependencies: # The FRESNA/KIT stuff is not packaged for conda yet - pip: - - git+https://github.com/FRESNA/vresutils.git#egg=vresutils + - vresutils==0.3.1 - git+https://github.com/PyPSA/glaes.git#egg=glaes - git+https://github.com/PyPSA/geokit.git#egg=geokit - git+https://github.com/PyPSA/pypsa.git#egg=pypsa # until PyPSA/a3c0991 released diff --git a/environment.yaml b/environment.yaml index 5c308119..39e85c49 100644 --- a/environment.yaml +++ b/environment.yaml @@ -50,7 +50,7 @@ dependencies: - gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed - pip: - - git+https://github.com/FRESNA/vresutils.git#egg=vresutils + - vresutils==0.3.1 - git+https://github.com/PyPSA/glaes.git#egg=glaes - git+https://github.com/PyPSA/geokit.git#egg=geokit - git+https://github.com/PyPSA/pypsa.git#egg=pypsa # until PyPSA/a3c0991 released