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

CI: add test against oldest supported numpy #157

Closed jakevdp closed 2 months ago

jakevdp commented 2 months ago

We previously had no CI tests directly checking our numpy version compatibility (although there's some indirect coverage via JAX's CI suite).

Related to #156