Skip to content

Commit dcf98f6

Browse files
committed
feat: remove numpy version pin
Pytables now supports numpy>2.x https://github.com/PyTables/PyTables/releases/tag/v3.10.1
1 parent adbd4fb commit dcf98f6

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
@@ -32,7 +32,7 @@ install_requires =
3232
graphviz
3333
typing; python_version<"3.5"
3434
lxml
35-
numpy<2.0.0
35+
numpy
3636
sympy
3737
ppft[dill]
3838

0 commit comments

Comments
 (0)