Closed fredsensibill closed 1 year ago
NumPy v1.24 removes np.object, np.bool, np.float, np.complex, np.str, and np.int. This breaks this line of code, crashing my training jobs if I don't restraint my numpy version to <1.24.0
np.object
np.bool
np.float
np.complex
np.str
np.int
<1.24.0
Closing because it's been fixed already
NumPy v1.24 removes
np.object
,np.bool
,np.float
,np.complex
,np.str
, andnp.int
. This breaks this line of code, crashing my training jobs if I don't restraint my numpy version to<1.24.0