Skip to content

Commit b3c9045

Browse files
committed
update numpy version requirements
1 parent f0c4ab7 commit b3c9045

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
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
requires-python = '>=3.7'
2626
dependencies = [
27-
"numpy>=1.10.0",
27+
"numpy>=1.10.0,<2.0",
2828
"pandas>=1.3.0",
2929
"matplotlib>=3.4.3",
3030
"importlib-resources>=5.0.0",

0 commit comments

Comments
 (0)