Closed teddyrendahl closed 6 years ago
Remove numpy from the dependency tree. Only using it for np.nan and np.inf which are now included in the math module.
np.nan
np.inf
math
Why not?
Description
Remove numpy from the dependency tree. Only using it for
np.nan
andnp.inf
which are now included in themath
module.Motivation and Context
Why not?