1e19d446bf
Also: - patch to remove scipy requirement - add cuda to RPATH - don’t include nvidia_x11 (This isn’t needed, we can get it from /run/opengl-driver being in the RPATH.) Co-authored-by: Arnout Engelen <arnout@bzzt.net> Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
12 lines
434 B
Diff
12 lines
434 B
Diff
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
|
|
@@ -56,5 +56,5 @@ REQUIRED_PACKAGES = [
|
|
'astunparse == 1.6.3',
|
|
- 'gast == 0.3.3',
|
|
+ 'gast >= 0.3.3',
|
|
'google_pasta >= 0.1.8',
|
|
'h5py >= 2.10.0, < 2.11.0',
|
|
'keras_preprocessing >= 1.1.1, < 1.2',
|