Describe the bug
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
To Reproduce
using venv
git clone
pip install -e .
run example notebook ; 00_example_sig53_dataset.ipynb
Describe the bug A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
To Reproduce using venv git clone pip install -e . run example notebook ; 00_example_sig53_dataset.ipynb
Expected behavior no errors
Screenshots
Desktop
Additional context file with pip installed packages and version numbers torchsig_packages_versions.txt
cheers , PE1BFE 73 ko