From 3749af59f322f703d395547e04bd78c01e81bd34 Mon Sep 17 00:00:00 2001 From: Aurelius84 Date: Thu, 1 Jul 2021 10:57:34 +0800 Subject: [PATCH] [Dy2stat]Specify gast version in requirements.txt (#33850) (#33865) cherry-pick Specify gast version in requirements.txt --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 609a4b34e8..14bd5e7caa 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 ; platform_system != "Windows" +gast>=0.3.3, <=0.4.0 ; platform_system != "Windows" gast==0.3.3 ; platform_system == "Windows" Pillow six -- GitLab