Skip to content
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

monai use very old numpy 1.46 can we bump up to 2.x? #8277

Open
braindevices opened this issue Jan 2, 2025 · 1 comment
Open

monai use very old numpy 1.46 can we bump up to 2.x? #8277

braindevices opened this issue Jan 2, 2025 · 1 comment

Comments

@braindevices
Copy link

Is your feature request related to a problem? Please describe.
monai 1.4.0 requires numpy<2.0,>=1.24, but you have numpy 2.2.1 which is incompatible.
lots of other packages already require numpy 2.x

Describe the solution you'd like
build with numpy 2.x api

@KumoLiu
Copy link
Contributor

KumoLiu commented Jan 3, 2025

Hi @braindevices, thanks for reporting.

The easy way for now is try installing MONAI in an environment (venv or conda) and then installing Numpy 2.0 subsequently.
For more details, refer to: #7857 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants