VowpalWabbit / py-vowpal-wabbit-next

Experimental new Python bindings for the VowpalWabbit library
https://vowpal-wabbit-next.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

ci: build universal2 binaries for MacOS wheel #46

Closed jackgerrits closed 1 year ago

jackgerrits commented 1 year ago

Fixes broken MacOS arm64 wheels by changing to universal2 format and vendoring all dependencies.

Requires https://github.com/VowpalWabbit/vowpal_wabbit/pull/4489

Resolves #47