Skip to content

Commit

Permalink
use pypi pycipopt
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Feb 3, 2025
1 parent 0a2ad95 commit 5c2d126
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ dependencies:
- scipy
- glpk
- shapely>=2.0
- pyscipopt
- scip!=9.2.0 # dependency of pyscipopt, temporary fix
- matplotlib
- proj
- fiona
Expand All @@ -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
Expand Down

0 comments on commit 5c2d126

Please sign in to comment.