From 8e72e031fc7fb28854a5c0aa108f2f11b6e19aef Mon Sep 17 00:00:00 2001 From: Huihuang Zheng Date: Tue, 9 Feb 2021 10:52:20 +0800 Subject: [PATCH] Update gast requirement, test=develop (#30932) gast version can be conflict with the other software users installed. We set the version to be higher than 0.3.3 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index e2a3a652c7f..77232f4fd71 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,7 +3,7 @@ numpy>=1.13, <=1.16.4 ; python_version<"3.5" numpy>=1.13 ; python_version>="3.5" and platform_system != "Windows" numpy>=1.13, <=1.19.3 ; python_version>="3.5" and platform_system == "Windows" protobuf>=3.1.0 -gast==0.3.3 +gast>=0.3.3 Pillow six decorator -- GitLab