enthought / apptools

Other
37 stars 24 forks source link

PyTables is incompatible with NumPy 2.0 #345

Open mdickinson opened 4 months ago

mdickinson commented 4 months ago

We're currently pinning NumPy dependencies to <2.0 in our setup.py file because NumPy 2.0 is incompatible with PyTables. Once that's resolved upstream, we can remove those pins.

xref: https://github.com/PyTables/PyTables/issues/1172

larsoner commented 1 month ago

FYI PyTables cut a release that should be NumPy 2.0 compatible hopefully

https://github.com/PyTables/PyTables/releases/tag/v3.10.1