Skip to content

Commit f3c805e

Browse files
committed
scipy 1.16.0 does not work yet
1 parent 24084d6 commit f3c805e

File tree

3 files changed

+58
-49
lines changed

3 files changed

+58
-49
lines changed

poetry.lock

Lines changed: 55 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = ">=3.11,<3.14"
1111
numpy = ">=1.20"
12-
scipy = "*"
12+
scipy = "<1.16"
1313
scikit-learn = ">=1.4"
1414
pandas = "*"
1515
networkx = "*"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ more-itertools==10.7.0 ; python_version >= "3.11" and python_version < "3.14"
4949
mpmath==1.3.0 ; python_version >= "3.11" and python_version < "3.14"
5050
msgpack==1.1.1 ; python_version >= "3.11" and python_version < "3.14"
5151
multidict==6.5.0 ; python_version >= "3.11" and python_version < "3.14"
52-
narwhals==1.43.1 ; python_version >= "3.11" and python_version < "3.14"
52+
narwhals==1.44.0 ; python_version >= "3.11" and python_version < "3.14"
5353
networkx==3.5 ; python_version >= "3.11" and python_version < "3.14"
5454
numpy==2.3.1 ; python_version >= "3.11" and python_version < "3.14"
5555
nvidia-cublas-cu12==12.6.4.1 ; python_version >= "3.11" and python_version < "3.14" and platform_system == "Linux" and platform_machine == "x86_64"
@@ -93,7 +93,7 @@ requests-toolbelt==1.0.0 ; python_version >= "3.11" and python_version < "3.14"
9393
requests==2.32.4 ; python_version >= "3.11" and python_version < "3.14"
9494
scikit-learn==1.7.0 ; python_version >= "3.11" and python_version < "3.14"
9595
scikit-posthocs==0.11.4 ; python_version >= "3.11" and python_version < "3.14"
96-
scipy==1.16.0 ; python_version >= "3.11" and python_version < "3.14"
96+
scipy==1.15.3 ; python_version >= "3.11" and python_version < "3.14"
9797
seaborn==0.13.2 ; python_version >= "3.11" and python_version < "3.14"
9898
secretstorage==3.3.3 ; python_version >= "3.11" and python_version < "3.14" and sys_platform == "linux"
9999
setuptools==80.9.0 ; python_version >= "3.11" and python_version < "3.14"

0 commit comments

Comments
 (0)