You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StackedSparseArray.py:4: DeprecationWarning: `scipy.sparse.sputils.get_index_dtype` is deprecated along with the `scipy.sparse.sputils` namespace. `scipy.sparse.sputils.get_index_dtype` will be removed in SciPy 1.14.0, and the `scipy.sparse.sputils` namespace will be removed in SciPy 2.0.0.
from scipy.sparse.sputils import get_index_dtype
The text was updated successfully, but these errors were encountered:
With newer scipy versions we get:
The text was updated successfully, but these errors were encountered: