Skip to content

Commit 92bfb45

Browse files
fredrectensorflower-gardener
authored andcommitted
Make dependency on tensorflow-compression explicit.
PiperOrigin-RevId: 437685807
1 parent b59b20f commit 92bfb45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/kokoro/run_bazel_unittests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ set -o pipefail # Treat the failure of a command in a pipeline as error.
3333
# set -x
3434

3535
pip install --requirement "requirements.txt"
36+
# Not in list of requirements, but needed for EPR test:
37+
pip install tensorflow-compression
3638

3739
# Run the tests.
3840
# Some tests requiring more RAM that the CI machine provides are disabled.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ scipy
55
enum34~=1.1
66
mock
77
dm-tree~=0.1.1
8-
tensorflow-compression~=2.8.1

0 commit comments

Comments
 (0)