We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d9d1e commit 29afe3aCopy full SHA for 29afe3a
tests/_helpers.py
@@ -4,7 +4,7 @@
4
import pytest
5
6
wrapped_libraries = ["numpy", "cupy", "torch", "dask.array"]
7
-all_libraries = wrapped_libraries + ["jax.numpy", "sparse"]
+all_libraries = wrapped_libraries + ["jax.numpy"]
8
9
# `sparse` added array API support as of Python 3.10.
10
if sys.version_info >= (3, 10):
0 commit comments