Skip to content

Commit bca3ea3

Browse files
committed
fix: update numpy dependency to version 2.0
1 parent 127694f commit bca3ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"requests>=2.32.0",
2727
"pandas>=2.2.0,<3.0",
28-
"numpy>=1.24.0,<2.0",
28+
"numpy>=2.0",
2929
"deprecated>=1.2.14",
3030
"multipledispatch>=1.0.0",
3131
"matplotlib>=3.8.0",

0 commit comments

Comments
 (0)