Skip to content

Commit

Permalink
Add absl as an explicit dependency. Without it, numpy backend does no…
Browse files Browse the repository at this point in the history
…t work

PiperOrigin-RevId: 396901654
  • Loading branch information
csuter authored and jburnim committed Sep 15, 2021
1 parent 0017a12 commit e82861b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from version import __version__ # pylint: disable=g-import-not-at-top

REQUIRED_PACKAGES = [
'absl-py',
'six >= 1.10.0',
'numpy >= 1.13.3',
'decorator',
Expand Down

0 comments on commit e82861b

Please sign in to comment.