Skip to content

Commit 87e90bd

Browse files
committed
append pixi toml
1 parent c894c31 commit 87e90bd

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

pixi.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# SPDX-License-Identifier: MIT
44

55
[workspace]
6-
authors = ["Contributors to PyPSA-Eur"]
6+
authors = ["Contributors to PyPSA-Eur and PyPSA-DE"]
77
channels = ["conda-forge", "bioconda", "gurobi"]
8-
name = "pypsa-eur"
8+
name = "pypsa-de"
99
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
1010
version = "0.1.0"
1111

@@ -35,6 +35,14 @@ update-dags = """
3535
"""
3636

3737
[dependencies]
38+
# Add additional packages only to pypsa-de specific section
39+
# All other packages should be identical to pypsa-eur (in best case the same, otherwise
40+
# maybe different pins)
41+
# pypsa-de specific
42+
pycountry = ">=24.6.1"
43+
pyam = ">=2.0"
44+
"ruamel.yaml" = ">=0.18.10"
45+
# common packages
3846
atlite = ">=0.3"
3947
bokeh = ">=3.8.0"
4048
cartopy = ">=0.25.0"

0 commit comments

Comments
 (0)