Skip to content

Commit

Permalink
Bump TFP version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 515724215
  • Loading branch information
nightldj authored and tensorflow-copybara committed Mar 10, 2023
1 parent 252dfe5 commit 1fc5ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pytype==2022.12.15
semantic-version~=2.6
tensorflow-compression~=2.11.0
tensorflow-model-optimization==0.7.3
tensorflow-privacy==0.8.6
tensorflow-privacy==0.8.8
# The version of this dependency should match the version in
# https://github.com/tensorflow/federated/blob/main/WORKSPACE.
tensorflow~=2.11.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_federated/tools/python_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
'semantic-version~=2.6',
'tensorflow-compression~=2.11.0', # Requires TF x.y.* for ABI compatibility
'tensorflow-model-optimization==0.7.3',
'tensorflow-privacy==0.8.6',
'tensorflow-privacy==0.8.8',
'tensorflow~=2.11.0',
'tqdm~=4.64',
'typing-extensions~=4.4.0',
Expand Down

0 comments on commit 1fc5ab9

Please sign in to comment.