Skip to content

Commit 985db81

Browse files
committed
Remove upper bounds
1 parent 90f102c commit 985db81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ classifiers=[
2626
"Topic :: Software Development :: Libraries",
2727
]
2828
dependencies = [
29-
"scikit-learn>=1.4,<1.8",
30-
"numpy>=1.24.3,<2.4",
31-
"scipy>=1.10.1,<1.17",
32-
"numba>=0.58.1,<0.63",
33-
"joblib>=1.2,<1.6"
29+
"scikit-learn>=1.4",
30+
"numpy>=1.24.3",
31+
"scipy>=1.10.1",
32+
"numba>=0.58.1",
33+
"joblib>=1.2"
3434
]
3535

3636
[project.urls]

0 commit comments

Comments
 (0)