Skip to content

Commit

Permalink
Removed tensorflow_compression dependency.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 631925647
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed May 8, 2024
1 parent 9c5a51a commit aa43a6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ tensorflow-privacy==0.9.0
tqdm~=4.64
typing-extensions>=4.5.0,==4.5.*

# Requires TF x.y.* for ABI compatibility.
tensorflow-compression>=2.14.0,==2.14.*
# The version of this dependency should match the version in
# https://github.com/tensorflow/federated/blob/main/WORKSPACE.
tensorflow>=2.14.0,==2.14.*
Expand Down
1 change: 0 additions & 1 deletion tensorflow_federated/tools/python_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
'portpicker~=1.6',
'scipy~=1.9.3',
'semantic-version~=2.6',
'tensorflow-compression>=2.14.0,==2.14.*',
'tensorflow-model-optimization==0.7.5',
'tensorflow-privacy==0.9.0',
'tensorflow>=2.14.0,==2.14.*',
Expand Down

0 comments on commit aa43a6c

Please sign in to comment.