Skip to content

Commit ed8c618

Browse files
authored
specify more specific scipy version
1 parent f59ff1c commit ed8c618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scikit-learn = "^1.0.0"
1313
numpy = ">=1.25"
1414
scipy = [
1515
{version = "^1.0.0", python = "<3.13"},
16-
{version = "1.14", python = ">=3.13"}
16+
{version = "1.14.1", python = ">=3.13"}
1717
]
1818
colorama = "^0.4.6"
1919

0 commit comments

Comments
 (0)