Skip to content

Commit 67b1b55

Browse files
committed
fix: pin pypsa<1.1
1 parent cb22721 commit 67b1b55

2 files changed

Lines changed: 46 additions & 53 deletions

File tree

pixi.lock

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

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pre-commit = ">=4.3.0"
8282
proj = ">=9.6.2"
8383
pylint = ">=4.0.2"
8484
pydeck = ">0.6" # pypsa fails to import with pydeck <0.6, lower bound was only added from pypsa 1.0.6
85-
pypsa = ">=0.35.2"
85+
pypsa = "<1.1"
8686
pyscipopt = ">=5.6.0"
8787
pytables = ">=3.10.2"
8888
python = ">=3.10"

0 commit comments

Comments
 (0)