Skip to content

Commit 9f37f1d

Browse files
authored
updated meta.yaml and pyproject.toml (#1658)
1 parent a074b54 commit 9f37f1d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"bw-functional==0b94",
4747
"networkx",
4848
"numpy>=1.23.5,<2",
49-
"pandas>=2.2.1",
49+
"pandas>=2.2.1,<3",
5050
"pint<=0.21",
5151
"py7zr==0.22.0",
5252
"pyperclip",

recipe/meta.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ requirements:
1818
- python
1919
- setuptools
2020
run:
21-
- python >=3.10, <3.12
21+
- python >=3.10, <3.13
2222
- arrow
2323
- bw2analyzer >=0.11.5
24+
- bw2calc >=2.0
2425
- bw2data >=4.1
2526
- bw2parameters >=1.1
2627
- bw2io >=0.9.3
@@ -36,11 +37,11 @@ requirements:
3637
- pyperclip
3738
- pyprind
3839
- networkx
39-
- pandas >=2.2.1
40+
- pandas >=2.2.1, <3
4041
- pyside2 >=5.15.5
4142
- qt-webengine
4243
- qtpy
43-
- salib >=1.4, <1.5.1
44+
- salib >=1.4
4445
- seaborn
4546

4647
about:

0 commit comments

Comments
 (0)