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
The requirement for scipy is quite a big one as it takes ages to install. It'd be nice to remove it; it's used in two places: leastsq is called once and norm is called once.
The norm dependency may be fairly easy to remove as np.random.randn may perform this function.
Removing leastsq may be more tricky.
The text was updated successfully, but these errors were encountered:
The requirement for scipy is quite a big one as it takes ages to install. It'd be nice to remove it; it's used in two places:
leastsq
is called once andnorm
is called once.The
norm
dependency may be fairly easy to remove asnp.random.randn
may perform this function.Removing
leastsq
may be more tricky.The text was updated successfully, but these errors were encountered: