Skip to content

Commit e936f16

Browse files
Update dependency numpy to v2
1 parent e85aee7 commit e936f16

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
@@ -26,7 +26,7 @@ classifiers = [
2626
requires-python = ">= 3.10"
2727
dependencies=[
2828
"tqdm",
29-
"numpy<2",
29+
"numpy<3",
3030
"scipy",
3131
"requests",
3232
"scikit-learn",

0 commit comments

Comments
 (0)