We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sparse
1 parent 44681b6 commit efbd400Copy full SHA for efbd400
tests/_helpers.py
@@ -14,9 +14,7 @@
14
all_libraries.append('sparse')
15
16
def import_(library, wrapper=False):
17
- # CuPy requires a GPU
18
- # `sparse` has a dependency conflict with NumPy 1.21
19
- if library in {'cupy', 'sparse'}:
+ if library == 'cupy':
20
pytest.importorskip(library)
21
if wrapper:
22
if 'jax' in library:
0 commit comments