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.
2 parents 289203e + 88b03e5 commit 6cf679cCopy full SHA for 6cf679c
tests/_helpers.py
@@ -8,8 +8,7 @@
8
]
9
10
def import_(library, wrapper=False):
11
- if library in ('cupy', 'ndonnx'):
12
- pytest.importorskip(library)
+ pytest.importorskip(library)
13
if wrapper:
14
if 'jax' in library:
15
# JAX v0.4.32 implements the array API directly in jax.numpy
0 commit comments