-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dependency upgrades for python3.12 support (#1951)
* Python3.12 changes * Added the python3.12 version * Code changes for the inner pyproject.toml * Fixes for the scikit-learn * Added the missign git repository url * Added the custom github repo url * Added the gcc linux as well * Added the new gcc environment as well * Upgraded the alibi-detct to remove creme dependency * Added alibi as well to the restriction * Commiting the changes for the gcc and alibi * Changes for the scikit-learn * #1951 resolved the comments and rebased with master * #1951 reverted the code to address the comments * #1951 Fixed the issues * #1951 Rebased with master and addressed the comments for python3.12 upgrade * #1951 Upgraded the tensorflow for compatibility with python version * update alibi libraries TF versions * add min torch and tf versions for python 3.12 support * update torch min version in mlflow runtime to support python 2.12 * update lockfiles by running `make lock` * Updated the Mlserver version to 1.6.1 * Update tests.yml * Revert the version changes testing * Updated the lock files using make lock command * build(deps): bump mlflow from 2.17.2 to 2.18.0 in /runtimes/mlflow (#1970) Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.17.2 to 2.18.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.17.2...v2.18.0) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Python3.12 changes * Added the python3.12 version * Code changes for the inner pyproject.toml * Fixes for the scikit-learn * Added the missign git repository url * Added the custom github repo url * Added the gcc linux as well * Added the new gcc environment as well * Upgraded the alibi-detct to remove creme dependency * Added alibi as well to the restriction * Commiting the changes for the gcc and alibi * Changes for the scikit-learn * #1951 Rebased with master and addressed the comments for python3.12 upgrade * #1951 Upgraded the tensorflow for compatibility with python version * update alibi libraries TF versions * add min torch and tf versions for python 3.12 support * update torch min version in mlflow runtime to support python 2.12 * update lockfiles by running `make lock` * Updated the Mlserver version to 1.6.1 * Update tests.yml * Revert the version changes testing * Updated the lock files using make lock command * upgrade alibi libraries to point to master * upgrade tf version as dev deps * update lock files * update lock * add tests for py3.11 and py3.12 * generate grpc protos * add tf-keras dep * update lockfile for hf runtime * revert back mlflow deps list * use legacy keras in alibi-detect / alibi-explain tests * Add docs about supported python versions * adjust test to use python 3.10 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Sherif Akoush <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5fb0c8f
commit e87943a
Showing
34 changed files
with
4,516 additions
and
3,946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.