Skip to content

Commit 1cc9d35

Browse files
committed
feat: remove numpy version fix
Pytables>3.10.1 supports numpy2.x https://github.com/PyTables/PyTables/releases/tag/v3.10.1
1 parent 41597db commit 1cc9d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ install_requires =
2929
lxml
3030
six
3131
networkx
32-
numpy<2.0.0
33-
tables>=3.3.0
32+
numpy
33+
tables
3434
typing; python_version<"3.5"
3535
natsort
3636

0 commit comments

Comments
 (0)