-
Notifications
You must be signed in to change notification settings - Fork 44
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
Python 3.11 support #887
Python 3.11 support #887
Conversation
- initial commit - moving some code from ODSC-54710/python311_312_support branch - removed dask from dependencies and tests
- add tf-keras for backwards-compatible - fix for np.NaN, which removed in Numpy2.0 for poy3.9+ tests
- add tf-keras for backwards-compatible - revert nan to NaN and fix numpy version to be less 2.0.0 - add logging for exception details in to_onnx to see more information about error
- revert nan to NaN and fix numpy version to be less 2.0.0
# Conflicts: # pyproject.toml
- merge main to current branch
- keep onnxruntime <1.16.0
- fix onnxruntime==1.15.1 same as Oracle Database
- fix onnxruntime~1.15.1 same as Oracle Database
- fix typo
- set onnxruntime~=1.15.1
- set onnxruntime~=1.15.1
- set onnx<=1.14.0
- try all unitary test with python3.9
- set "tensorflow<=2.15.1"
- set "geopandas<1.0.0"
# Conflicts: # test-requirements.txt
- cleanup
|
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.
Couple of inline comments that I noticed. This is super fast work, thanks.
- removed kubernetes from [testsuite]
|
- forecast needs compatible automlx for oy3.11
|
- set onnxruntime~=1.17.0
|
- set env PIP_EXTRA_INDEX_URL to not install nvidia with torch - updated copyrights - run pre-commit
|
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.
When we merge this PR, can we smash the commits?
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 👍
Description
ADS to support Python3.11. Jira: https://jira.oci.oraclecorp.com/browse/ODSC-54710