Skip to content

Commit 7a48bd3

Browse files
committed
Drop a NumPy version pin that should no longer be necessary
1 parent 81de64d commit 7a48bd3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,12 @@ def get_long_description():
313313
"traitsui",
314314
],
315315
"h5": [
316-
# PyTables is currently incompatible with NumPy 2.0
317-
# xref: enthought/apptools#345
318-
"numpy < 2.0",
316+
"numpy",
319317
"pandas",
320318
"tables",
321319
],
322320
"persistence": [
323-
"numpy < 2.0",
321+
"numpy",
324322
],
325323
"preferences": [
326324
"configobj",

0 commit comments

Comments
 (0)