Skip to content

Commit 02cd3a6

Browse files
authored
unpin numpy 2.3 (#350)
1 parent 16483d9 commit 02cd3a6

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
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"awkward>=2",
28-
"numpy>=1.13.3,<2.3",
28+
"numpy>=1.13.3",
2929
"vector"
3030
]
3131

0 commit comments

Comments
 (0)