Skip to content

Commit 7052f3e

Browse files
committed
Restrict numpy version to <2.0
1 parent 40b5917 commit 7052f3e

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
@@ -21,7 +21,7 @@ requires-python = ">=3.10"
2121
license = {file = "LICENSE.md"}
2222
dependencies = [
2323
"pandas >= 2.0",
24-
"numpy >= 1.16",
24+
"numpy >= 1.16, <2.0",
2525
"scipy",
2626
"requests",
2727
"numpy-financial",

0 commit comments

Comments
 (0)