We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8747a commit ae3c149Copy full SHA for ae3c149
requirements.txt
@@ -1 +1,3 @@
1
-numpy
+absl-py~=0.7
2
+numpy~=1.14
3
+six~=1.10
setup.py
@@ -33,7 +33,10 @@
33
# one of the two) to one where a user installs the tf package and then
34
# also installs the gpu package if they need gpu support. The latter allows
35
# us (and our dependents) to maintain a single package instead of two.
36
-REQUIRED_PACKAGES = []
+REQUIRED_PACKAGES = [
37
+ 'numpy~=1.14',
38
+ 'six~=1.10',
39
+]
40
41
if '--release' in sys.argv:
42
release = True
0 commit comments