data-apis / array-api-compat

Compatibility layer for common array libraries to support the Array API
https://data-apis.org/array-api-compat/
MIT License
69 stars 22 forks source link

Add ndonnx #154

Closed adityagoel4512 closed 2 months ago

adityagoel4512 commented 2 months ago

Closes https://github.com/data-apis/array-api-compat/issues/150.

adityagoel4512 commented 2 months ago

Closed this since the CI tests as far back as python 3.9, which ndonnx dropped support for in line with https://scientific-python.org/specs/spec-0000/. Changing the minimally supported python version is beyond the scope of this PR.

asmeurer commented 2 months ago

That's just there to make sure older versions of NumPy work. You should be able to add it to the skips in the CI file.

asmeurer commented 2 months ago

Yes, you can ignore that. I'm fixing it in another PR.