vehicle_detection_tracker icon indicating copy to clipboard operation
vehicle_detection_tracker copied to clipboard

numpy 2.0 not supported?

Open wimdecorte opened this issue 6 months ago • 2 comments

Running into this error: `INFO Importing module main

A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.1 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'.`

any chance you can support numpy 2? Or should I just downgrade to nump 1.x?

wimdecorte avatar Aug 10 '24 11:08 wimdecorte