-
Notifications
You must be signed in to change notification settings - Fork 89
Upgrade base python and numpy versions #730
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
Upgrade base python and numpy versions #730
Conversation
- changed requirements in the setup.py to require proper Python and numpy versions - the tests were ran for Python 3.9 and 3.10 versions, passed - minor modifications in the code for numpy 1.25 type compatibility
- changed versions in worflows .yml files to 3.9 - changed versions in Dockerfiles to 3.9 - changed versions in mlcube configs to 3.9 - /build folder remains unchanged for now
- changed the ubuntu version to 20.04 - changed CUDA image to be compatibilie with ubuntu 20.04
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #730 +/- ##
==========================================
+ Coverage 94.69% 94.72% +0.02%
==========================================
Files 117 117
Lines 8221 8221
==========================================
+ Hits 7785 7787 +2
+ Misses 436 434 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
sarthakpati
left a comment
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.
Some minor changes requested.
sarthakpati
left a comment
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.
LGTM
Fixes #726
Proposed Changes
Checklist
CONTRIBUTINGguide.pip installstep is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3].