Skip to content

Commit ae3c149

Browse files
committed
tfmot package requirements
PiperOrigin-RevId: 246387230
1 parent 2e8747a commit ae3c149

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
numpy
1+
absl-py~=0.7
2+
numpy~=1.14
3+
six~=1.10

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
# one of the two) to one where a user installs the tf package and then
3434
# also installs the gpu package if they need gpu support. The latter allows
3535
# us (and our dependents) to maintain a single package instead of two.
36-
REQUIRED_PACKAGES = []
36+
REQUIRED_PACKAGES = [
37+
'numpy~=1.14',
38+
'six~=1.10',
39+
]
3740

3841
if '--release' in sys.argv:
3942
release = True

0 commit comments

Comments
 (0)