Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging
https://monai.io/
Apache License 2.0
5.5k stars 1.01k forks source link

Updating to match Numpy 2.0 requirements #7857

Open ericspod opened 1 week ago

ericspod commented 1 week ago

DRAFT PR. There are too many changes for Numpy compatibility to do right now, see next PR which fixes Numpy version.

Fixes #7856.

Description

Adjusts the MAX_SEED value to be compatible with Numpy 2.0 behaviour changes.

Types of changes