summary refs log tree commit diff
path: root/pkgs/development/python-modules/tensorflow/lift-gast-restriction.patch
blob: 24cc118d8f331c97f1fa23c8e5987858b4ec987f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tensorflow/tools/pip_package/setup.py b/tensorflow/tools/pip_package/setup.py
index 992f2eae22..d9386f9b13 100644
--- a/tensorflow/tools/pip_package/setup.py
+++ b/tensorflow/tools/pip_package/setup.py
@@ -54,7 +54,7 @@ REQUIRED_PACKAGES = [
     'astor >= 0.6.0',
     'backports.weakref >= 1.0rc1;python_version<"3.4"',
     'enum34 >= 1.1.6;python_version<"3.4"',
-    'gast == 0.2.2',
+    'gast >= 0.2.2',
     'google_pasta >= 0.1.6',
     'keras_applications >= 1.0.8',
     'keras_preprocessing >= 1.0.5',