Skip to content

Commit e06cd66

Browse files
committed
move snakemake pin to >=9
1 parent 651dbc0 commit e06cd66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

envs/environment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- jpype1
1818

1919
# Inhouse packages
20-
- pypsa>= 0.32.1
20+
- pypsa>=0.32.1
2121
- atlite>=0.3
2222
- linopy>=0.4.4
2323
- powerplantmatching>=0.5.15,<0.7 # restrict ppm until fix of https://github.com/PyPSA/powerplantmatching/issues/229
@@ -27,7 +27,7 @@ dependencies:
2727
- xlrd
2828
- openpyxl
2929
- seaborn
30-
- snakemake-minimal<8.25 # See https://github.com/snakemake/snakemake/issues/3202
30+
- snakemake-minimal>=9
3131
- memory_profiler
3232
- yaml
3333
- pytables
@@ -73,6 +73,6 @@ dependencies:
7373
- pyscipopt # See https://github.com/scipopt/PySCIPOpt/issues/944
7474
- tsam>=2.3.1
7575
- entsoe-py
76-
- snakemake-storage-plugin-http<0.3
76+
- snakemake-storage-plugin-http>=0.3
7777
- snakemake-executor-plugin-slurm
7878
- snakemake-executor-plugin-cluster-generic

0 commit comments

Comments
 (0)