Skip to content

Commit cc735c5

Browse files
committed
Pin bw2data because of bw2io issue
1 parent 70728aa commit cc735c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"arrow",
3636
"bw2analyzer>=0.11.5",
3737
"bw2calc>=2.0",
38-
"bw2data>=4.1",
38+
"bw2data>=4.1, <4.5.2",
3939
"bw2parameters>=1.1",
4040
"bw2io>=0.9.3",
4141
"bw_graph_tools>=0.5",

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requirements:
2121
- python >=3.10, <3.12
2222
- arrow
2323
- bw2analyzer >=0.11.5
24-
- bw2data >=4.1
24+
- bw2data >=4.1, <4.5.2
2525
- bw2parameters >=1.1
2626
- bw2io >=0.9.3
2727
- bw_graph_tools >=0.5

0 commit comments

Comments
 (0)