-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bug/SK-1040 | Fixing numpy version with the MONAI package #705
Bug/SK-1040 | Fixing numpy version with the MONAI package #705
Conversation
This bug is related to numpy version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Need description! Why change numpy version? What issues is being raised with latest numpy? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a PR description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a PR description so we get this merged.
Description
This PR addresses the bug described in issue SK-1040, which involves fixing the numpy version compatibility with the MONAI package in the FEDn framework.
Updated the numpy version in the requirements to ensure compatibility with MONAI.
Tested the changes to confirm that the issue is resolved.