RealOrangeOne / zoloto

A fiducial marker system powered by OpenCV - Supports ArUco and April
https://zoloto.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Allow numpy versions over 1.21 #298

Closed RealOrangeOne closed 1 year ago

RealOrangeOne commented 1 year ago

This adds support for Apple Silicon. It sadly also drops support for Python 3.7, but it's a necessary sacrifice for more up-to-date packages and features.

Fixes #294, lays the way for #295