-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support numpy 2.0.0 #2414
Comments
Numpy 2.0 compatibility of all dependencies is available:
See also numpy/numpy#26191. |
Hi @dennisbader |
Thanks @lorentzenchr for checking this. Hi @furkancanturk, yes, the point of this issue to make sure all the dependencies are supporting numpy 2 before removing the version cap for darts. However, we are planning on one last release for python 3.8 before tackling this. |
Be warned that catboost does not explicitly cap its numpy dependency, but does not support numpy 2.0 yet: catboost/catboost#2671 |
This might also be a problem: alkaline-ml/pmdarima#577 |
Describe the bug
Numpy released version 2.0.0. Many of our dependencies are currently broken. We set an upper cap on
numpy<2.0.0
in #2413.Dependencies explicitly capping
numpy<2.0.0
(obtained usingpipdeptree
)The text was updated successfully, but these errors were encountered: