You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/11/13 16:48:45 UTC

[submarine] branch master updated: SUBMARINE-1079. Fix submarine-sdk tests of TensorFlow 2.6

This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 878ab8e  SUBMARINE-1079. Fix submarine-sdk tests of TensorFlow 2.6
878ab8e is described below

commit 878ab8e0b8c09b699d1e9eefd57e0838bfac9b88
Author: KUAN-HSUN-LI <b0...@ntu.edu.tw>
AuthorDate: Thu Nov 11 21:23:35 2021 +0800

    SUBMARINE-1079. Fix submarine-sdk tests of TensorFlow 2.6
    
    ### What is this PR for?
    Fix the tests using TensorFlow 2.6
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1079
    
    ### How should this be tested?
    CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: KUAN-HSUN-LI <b0...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #797 from KUAN-HSUN-LI/SUBMARINE-1079 and squashes the following commits:
    
    2c2e6aad [KUAN-HSUN-LI] SUBMARINE-1079. Specify keras version
---
 submarine-sdk/pysubmarine/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/submarine-sdk/pysubmarine/setup.py b/submarine-sdk/pysubmarine/setup.py
index 1935c01..e1291ac 100644
--- a/submarine-sdk/pysubmarine/setup.py
+++ b/submarine-sdk/pysubmarine/setup.py
@@ -48,6 +48,7 @@ setup(
             "tf_slim==1.1.0",
             "tensorflow-addons==0.14.0",
             "tensorflow-estimator==2.6.0",
+            "keras==2.6",
         ],
         "pytorch": ["torch>=1.5.0", "torchvision>=0.6.0"],
     },

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org