Skip to content

Commit 4bcbdd5

Browse files
fredrectensorflower-gardener
authored andcommitted
Make dependency on tensorflow-compression explicit.
PiperOrigin-RevId: 435565408
1 parent 604f679 commit 4bcbdd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/kokoro/run_bazel_unittests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ 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
3836

3937
# Run the tests.
4038
# Some tests requiring more RAM that the CI machine provides are disabled.

requirements.txt

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

0 commit comments

Comments
 (0)