diff --git a/python/requirements.txt b/python/requirements.txt index e2a3a652c7f5c9036c0160dabfc553bcbb11861b..77232f4fd71831585d6f2301eb802930b4444c2c 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