apptools icon indicating copy to clipboard operation
apptools copied to clipboard

PyTables is incompatible with NumPy 2.0

Open mdickinson opened this issue 1 year ago • 1 comments

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

mdickinson avatar Jun 28 '24 14:06 mdickinson

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

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

larsoner avatar Sep 12 '24 16:09 larsoner

Please drop the pinning.

opoplawski avatar May 08 '25 14:05 opoplawski

NumPy version pin dropped for Python versions >= 3.10 in #361.

mdickinson avatar May 12 '25 13:05 mdickinson