sergio11 / vehicle_detection_tracker

🚗 VehicleDetectionTracker: Real-time vehicle detection and tracking powered by YOLO. 🚙🚕 Enhance your computer vision projects with speed, precision, and adaptability.
https://pypi.org/project/VehicleDetectionTracker/
MIT License
52 stars 12 forks source link

numpy 2.0 not supported? #3

Open wimdecorte opened 1 month ago

wimdecorte commented 1 month ago

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?

sergio11 commented 1 month ago

Hi @wimdecorte

Thanks for reporting this issue, I'm going to prepare the module in order to support numpy 2.

Greetings

wimdecorte commented 1 month ago

Great! Thanks for the quick response.