Skip to content

Commit b510c77

Browse files
committed
loosen numpy version dependency
1 parent 31d9fce commit b510c77

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
@@ -12,7 +12,7 @@ classifiers = [
1212
]
1313
dynamic = ["version"]
1414
dependencies = [
15-
"numpy==2",
15+
"numpy",
1616
"matplotlib",
1717
"tqdm",
1818
"scipy",

0 commit comments

Comments
 (0)