Skip to content

Commit e82861b

Browse files
csuterjburnim
authored andcommitted
Add absl as an explicit dependency. Without it, numpy backend does not work
PiperOrigin-RevId: 396901654
1 parent 0017a12 commit e82861b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from version import __version__ # pylint: disable=g-import-not-at-top
2929

3030
REQUIRED_PACKAGES = [
31+
'absl-py',
3132
'six >= 1.10.0',
3233
'numpy >= 1.13.3',
3334
'decorator',

0 commit comments

Comments
 (0)