diff --git a/envs/environment.yaml b/envs/environment.yaml index 8a1363f05..c6ff99fcf 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -17,7 +17,7 @@ dependencies: - jpype1 # Inhouse packages -- pypsa>= 0.32.1 +- pypsa>=0.32.1 - atlite>=0.3 - linopy>=0.4.4 - powerplantmatching>=0.5.15,<0.7 # restrict ppm until fix of https://github.com/PyPSA/powerplantmatching/issues/229 @@ -27,7 +27,7 @@ dependencies: - xlrd - openpyxl - seaborn -- snakemake-minimal<8.25 # See https://github.com/snakemake/snakemake/issues/3202 +- snakemake-minimal>=9 - memory_profiler - yaml - pytables @@ -73,6 +73,6 @@ dependencies: - pyscipopt # See https://github.com/scipopt/PySCIPOpt/issues/944 - tsam>=2.3.1 - entsoe-py - - snakemake-storage-plugin-http<0.3 + - snakemake-storage-plugin-http>=0.3 - snakemake-executor-plugin-slurm - snakemake-executor-plugin-cluster-generic