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
np.asfarray+np.float_ were removed in Numpy-2.0.0 (release notes) in favor of using np.asarray / np.float64, respectively. np.asarray + np.float64 are available in existing numpy>=1.24.2 versions currently required by the cnvkit conda env.
cnvkit otherwise functions properly withnumpy-2.* and python-3.12 after updating these methods.
Hi @etal , thank you for merging in this PR last week! Is there a standard build process (+ anything I can assist with) to get a new version tagged so we can update cnvkit in our lab's apps?
np.asfarray
+np.float_
were removed in Numpy-2.0.0 (release notes) in favor of usingnp.asarray
/np.float64
, respectively. np.asarray + np.float64 are available in existingnumpy>=1.24.2
versions currently required by the cnvkit conda env.cnvkit otherwise functions properly with
numpy-2.*
andpython-3.12
after updating these methods.Here's a PR: #934.
The text was updated successfully, but these errors were encountered: