We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c894c31 commit 87e90bdCopy full SHA for 87e90bd
1 file changed
pixi.toml
@@ -3,9 +3,9 @@
3
# SPDX-License-Identifier: MIT
4
5
[workspace]
6
-authors = ["Contributors to PyPSA-Eur"]
+authors = ["Contributors to PyPSA-Eur and PyPSA-DE"]
7
channels = ["conda-forge", "bioconda", "gurobi"]
8
-name = "pypsa-eur"
+name = "pypsa-de"
9
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
10
version = "0.1.0"
11
@@ -35,6 +35,14 @@ update-dags = """
35
"""
36
37
[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
46
atlite = ">=0.3"
47
bokeh = ">=3.8.0"
48
cartopy = ">=0.25.0"
0 commit comments