Skip to content

Commit 6678f49

Browse files
authored
specify less specific scipy version
1 parent ed8c618 commit 6678f49

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.1", python = ">=3.13"}
16+
{version = "^1.14.1", python = ">=3.13"}
1717
]
1818
colorama = "^0.4.6"
1919

0 commit comments

Comments
 (0)