Skip to content

Commit 4ec67d3

Browse files
committed
🩹 integrate: don't use np.bool
1 parent e58628f commit 4ec67d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scipy-stubs/integrate/_ivp/ivp.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ from scipy.sparse import sparray, spmatrix
1313
from scipy.sparse._base import _spbase
1414

1515
_Ts = TypeVarTuple("_Ts")
16-
_ScalarT = TypeVar("_ScalarT", bound=npc.number | np.bool)
16+
_ScalarT = TypeVar("_ScalarT", bound=npc.number | np.bool_)
1717
_Inexact64T = TypeVar("_Inexact64T", bound=np.float64 | np.complex128)
1818
_Inexact64T_co = TypeVar("_Inexact64T_co", bound=np.float64 | np.complex128, default=np.float64 | np.complex128, covariant=True)
1919

0 commit comments

Comments
 (0)