We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a074b54 commit 9f37f1dCopy full SHA for 9f37f1d
2 files changed
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
"bw-functional==0b94",
47
"networkx",
48
"numpy>=1.23.5,<2",
49
- "pandas>=2.2.1",
+ "pandas>=2.2.1,<3",
50
"pint<=0.21",
51
"py7zr==0.22.0",
52
"pyperclip",
recipe/meta.yaml
@@ -18,9 +18,10 @@ requirements:
18
- python
19
- setuptools
20
run:
21
- - python >=3.10, <3.12
+ - python >=3.10, <3.13
22
- arrow
23
- bw2analyzer >=0.11.5
24
+ - bw2calc >=2.0
25
- bw2data >=4.1
26
- bw2parameters >=1.1
27
- bw2io >=0.9.3
@@ -36,11 +37,11 @@ requirements:
36
37
- pyperclip
38
- pyprind
39
- networkx
- - pandas >=2.2.1
40
+ - pandas >=2.2.1, <3
41
- pyside2 >=5.15.5
42
- qt-webengine
43
- qtpy
- - salib >=1.4, <1.5.1
44
+ - salib >=1.4
45
- seaborn
about:
0 commit comments