jax-ml / ml_dtypes

A stand-alone implementation of several NumPy dtype extensions used in machine learning.
Apache License 2.0
191 stars 25 forks source link

Remove pybind11 dependency #130

Closed jakevdp closed 8 months ago

jakevdp commented 8 months ago

It looks like we no longer use this anywhere except in the extension wrapper, which simply adds some compile flags (see https://github.com/pybind/pybind11/blob/v2.11.1/pybind11/setup_helpers.py#L87)

Removing this should help unblock numpy-nightly testing (#129).