hdmf-dev / hdmf

The Hierarchical Data Modeling Framework
http://hdmf.readthedocs.io
Other
46 stars 24 forks source link

[Bug]: Numpy 2.0 #1106

Open mavaylon1 opened 2 months ago

mavaylon1 commented 2 months ago

What happened?

The prerelease tests are not passing due to deprecations from numpy 2.0. Numpy 2.0 supports 3.9 and above. As a result, the easiest thing to do is pin below numpy 2.0 until python 3.8 is deprecated in October 2024. I did this fix in hdmf-zarr already.

Steps to Reproduce

run all tests workflow

Traceback

No response

Operating System

macOS

Python Executable

Conda

Python Version

3.12

Package Versions

No response