diff --git a/pyproject.toml b/pyproject.toml index 93cd012da..c5d136bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "bw-functional==0b94", "networkx", "numpy>=1.23.5,<2", - "pandas>=2.2.1", + "pandas>=2.2.1,<3", "pint<=0.21", "py7zr==0.22.0", "pyperclip", diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4cbf5ba87..93807eb87 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,9 +18,10 @@ requirements: - python - setuptools run: - - python >=3.10, <3.12 + - python >=3.10, <3.13 - arrow - bw2analyzer >=0.11.5 + - bw2calc >=2.0 - bw2data >=4.1 - bw2parameters >=1.1 - bw2io >=0.9.3 @@ -36,11 +37,11 @@ requirements: - pyperclip - pyprind - networkx - - pandas >=2.2.1 + - pandas >=2.2.1, <3 - pyside2 >=5.15.5 - qt-webengine - qtpy - - salib >=1.4, <1.5.1 + - salib >=1.4 - seaborn about: