This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUBMARINE-1391. Remove Python3.7 and Tensorflow 2.6-2.10 support
### What is this PR for? Python 3.7 has reached its end of life at the end of June 2023. Meanwhile, we should keep support for the latest 3 versions of tensoflow (2.12-2.14). https://github.com/tensorflow/tensorflow/releases ### What type of PR is it? Improvement ### Todos * [x] - Remove python 3.7 and add python 3.11 * [x] - Remove tf 1.15 and 2.6-2.10 ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-1391 ### How should this be tested? ci test ### Screenshots (if appropriate) ### Questions: * Do the license files need updating? No * Are there breaking changes for older versions? Yes * Does this need new documentation? No Author: cdmikechen <[email protected]> Signed-off-by: cdmikechen <[email protected]> Closes #1116 from cdmikechen/tensorflow-support and squashes the following commits: 0a82f39 [cdmikechen] update test-requirement 683c004 [cdmikechen] update require 9b4d30d [cdmikechen] update python and tf version
- Loading branch information
1 parent
82cc8bd
commit 921e20d
Showing
3 changed files
with
18 additions
and
53 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