Skip to content

Commit 1d5aee9

Browse files
committed
feat(deps): drop numpy pin to v<2.0
1 parent 9410aa5 commit 1d5aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers=
2424
[options]
2525
install_requires =
2626
PyYAML
27-
numpy<2.0.0 # Due to other packages (e.g. tables) not working yet with numpy v2
27+
numpy
2828
pyrx
2929
pathlib; python_version<'3.4'
3030
docopt

0 commit comments

Comments
 (0)