File tree Expand file tree Collapse file tree 3 files changed +58
-49
lines changed
Expand file tree Collapse file tree 3 files changed +58
-49
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99[tool .poetry .dependencies ]
1010python = " >=3.11,<3.14"
1111numpy = " >=1.20"
12- scipy = " * "
12+ scipy = " <1.16 "
1313scikit-learn = " >=1.4"
1414pandas = " *"
1515networkx = " *"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ more-itertools==10.7.0 ; python_version >= "3.11" and python_version < "3.14"
4949mpmath == 1.3.0 ; python_version >= "3.11" and python_version < "3.14"
5050msgpack == 1.1.1 ; python_version >= "3.11" and python_version < "3.14"
5151multidict == 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"
5353networkx == 3.5 ; python_version >= "3.11" and python_version < "3.14"
5454numpy == 2.3.1 ; python_version >= "3.11" and python_version < "3.14"
5555nvidia-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"
9393requests == 2.32.4 ; python_version >= "3.11" and python_version < "3.14"
9494scikit-learn == 1.7.0 ; python_version >= "3.11" and python_version < "3.14"
9595scikit-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"
9797seaborn == 0.13.2 ; python_version >= "3.11" and python_version < "3.14"
9898secretstorage == 3.3.3 ; python_version >= "3.11" and python_version < "3.14" and sys_platform == "linux"
9999setuptools == 80.9.0 ; python_version >= "3.11" and python_version < "3.14"
You can’t perform that action at this time.
0 commit comments