From c118da0a5b4747cf84f5efe38fbd0dfcbdfc5c44 Mon Sep 17 00:00:00 2001 From: Aurelius84 Date: Mon, 17 Aug 2020 19:38:20 +0800 Subject: [PATCH] Specific gast==0.3.3 (#26278) (#26308) --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 5e081f5e85b..a78079650a9 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ requests>=2.20.0 numpy>=1.12, <=1.16.4 ; python_version<"3.5" numpy>=1.12 ; python_version>="3.5" protobuf>=3.1.0 -gast>=0.3.3 +gast==0.3.3 matplotlib<=2.2.4 ; python_version<"3.6" scipy>=0.19.0, <=1.2.1 ; python_version<"3.5" nltk>=3.2.2, <=3.4 ; python_version<"3.5" -- GitLab