Skip to content

Commit adc14a9

Browse files
authored
fix: remove slurm dependency from windows environments (#2009)
* fix: remove slurm dependency from windows environments pixi's platform selectors are documented in https://pixi.prefix.dev/latest/reference/pixi_manifest/#the-target-table . unix means any linux and osx. * Update release_notes.rst * fix: Add PR link to release notes
1 parent ff78022 commit adc14a9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Release Notes
99
Upcoming Release
1010
================
1111

12+
* Remove snakemake's slurm plugin from windows installations (https://github.com/PyPSA/pypsa-eur/pull/2009).
13+
1214
* Added Xpress solver configuration options (``xpress-default`` and ``xpress-gpu``) with barrier method settings optimized for large-scale linear programming problems.
1315

1416
* Added missing bidding zone data sources to data layer (https://github.com/PyPSA/pypsa-eur/pull/1991).

pixi.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ scipy = ">=1.16.3"
8989
seaborn = ">=0.13.2"
9090
shapely = ">=2.0"
9191
snakemake-executor-plugin-cluster-generic = ">=1.0.9"
92-
snakemake-executor-plugin-slurm = ">=1.9.2"
9392
snakemake-minimal = ">=9"
9493
snakemake-storage-plugin-http = ">=0.3"
9594
tenacity = ">=9.1.2"
@@ -103,6 +102,9 @@ pandera = ">=0.28.1"
103102
natsort = ">=8.4.0"
104103
snakemake-logger-plugin-pypsa = ">=0.1.0"
105104

105+
[target.unix.dependencies]
106+
snakemake-executor-plugin-slurm = ">=1.9.2"
107+
106108
[feature.doc.tasks.build-docs]
107109
args = ["dir", {"arg" = "output", "default" = "html"}]
108110
cmd = "dot -c && sphinx-build -T -b {{ output }} doc {{ dir }}/{{ output }} "

0 commit comments

Comments
 (0)