vehicle_detection_tracker
vehicle_detection_tracker copied to clipboard
numpy 2.0 not supported?
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?