From 5c2d126c7cb0953f1744ba8504deee6c0121743d Mon Sep 17 00:00:00 2001 From: lkstrp Date: Mon, 3 Feb 2025 11:00:16 +0100 Subject: [PATCH] use pypi `pycipopt` --- envs/environment.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/envs/environment.yaml b/envs/environment.yaml index 592c49dcc..c1edc021e 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -37,8 +37,6 @@ dependencies: - scipy - glpk - shapely>=2.0 -- pyscipopt -- scip!=9.2.0 # dependency of pyscipopt, temporary fix - matplotlib - proj - fiona @@ -51,21 +49,20 @@ dependencies: - graphviz - geojson -# Keep in conda environment when calling ipython -- ipython - # GIS dependencies: - cartopy - descartes - rasterio # Development dependencies +- ipython - pre-commit - ruff - pip: - gurobipy - highspy<1.8 + - pyscipopt # See https://github.com/scipopt/PySCIPOpt/issues/944 - tsam>=2.3.1 - snakemake-storage-plugin-http - snakemake-executor-plugin-slurm