Skip to content

Commit 3dff057

Browse files
committed
Prevent use of numpy 2.0
Signed-off-by: Keith Battocchi <[email protected]>
1 parent 5a3dbf0 commit 3dff057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Operating System :: POSIX :: Linux"
2121
]
2222
dependencies = [
23-
"numpy",
23+
"numpy<2",
2424
"scipy > 1.4.0",
2525
"scikit-learn >= 1.0, < 1.6",
2626
"sparse",

0 commit comments

Comments
 (0)