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.
1 parent cd436af commit 4e1354fCopy full SHA for 4e1354f
scipy/_lib/_util.py
@@ -12,7 +12,7 @@
12
import numpy as np
13
from scipy._lib._array_api import array_namespace, is_numpy, xp_size
14
from scipy._lib._docscrape import FunctionDoc, Parameter
15
-from scipy._lib.array_api_compat import is_dask_namespace, is_jax_namespace
+from scipy._lib.array_api import is_dask, is_jax
16
17
AxisError: type[Exception]
18
ComplexWarning: type[Warning]
0 commit comments