From e6a1da299661451748e78d0f6edc878e3fc97154 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 13 Feb 2020 16:43:50 +0100 Subject: [PATCH] environment: add gurobipy (#127) * environment: add gurobipy * environment: add gurobi channel --- environment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment.yaml b/environment.yaml index 9bb8386e..78c92828 100644 --- a/environment.yaml +++ b/environment.yaml @@ -3,6 +3,7 @@ channels: - defaults - conda-forge - bioconda + - http://conda.anaconda.org/gurobi dependencies: - python - pip @@ -44,6 +45,9 @@ dependencies: - shapely - libgdal + # Solvers + - gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed + - pip: - git+https://github.com/FRESNA/vresutils.git#egg=vresutils - git+https://github.com/PyPSA/glaes.git#egg=glaes