From a6771d2709d3d36df09e86788755391be7a1c345 Mon Sep 17 00:00:00 2001 From: Mario Cho Date: Mon, 21 Dec 2020 18:04:12 +0900 Subject: [PATCH] add mission version of the TensorFlow 2.3.x tensorflow model analysis support 2.3.x version of tensorflow, but setup.py missing information of 2.3.x . --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffccf6524e..c56e9a885e 100644 --- a/setup.py +++ b/setup.py @@ -300,7 +300,7 @@ def select_constraint(default, nightly=None, git_master=None): 'pyarrow>=0.17,<0.18', 'scipy>=1.4.1,<2', 'six>=1.12,<2', - 'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3', + 'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3', 'tensorflow-metadata' + select_constraint( default='>=0.26,<0.27', nightly='>=0.27.0.dev',