Skip to content

Commit

Permalink
Add required packages to setup.py to match requirements.txt
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625814369
  • Loading branch information
tensorflower-gardener committed Apr 17, 2024
1 parent 73851a0 commit eb62857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
'absl-py~=1.2',
'numpy~=1.23',
'six~=1.14',
'scipy',
'enum34~=1.1;python_version<"3.4"',
'dm-tree~=0.1.1',
'mock',
'tf-keras>=2.14.1'
]

if '--release' in sys.argv:
Expand Down

0 comments on commit eb62857

Please sign in to comment.