Skip to content

Commit f5ec6e6

Browse files
coroapypsa[bot]
andauthored
fix: blacklist atlite 0.5.0 (#2150)
* fix: blacklist atlite 0.5.0 * [pypsa-bot] run `sync-locks` - `pixi run sync-locks` --------- Co-authored-by: pypsa[bot] <181215446+pypsa[bot]@users.noreply.github.com>
1 parent abea573 commit f5ec6e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

envs/environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- gurobi
66
- nodefaults
77
dependencies:
8-
- atlite >=0.3
8+
- atlite >=0.3,!=0.5.0
99
- bokeh >=3.8.0
1010
- cartopy >=0.25.0
1111
- copernicusmarine >=2.2.4

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sync-locks = """
4343
"""
4444

4545
[dependencies]
46-
atlite = ">=0.3"
46+
atlite = ">=0.3,!=0.5.0"
4747
bokeh = ">=3.8.0"
4848
cartopy = ">=0.25.0"
4949
copernicusmarine = ">=2.2.4"

0 commit comments

Comments
 (0)