Skip to content

Commit

Permalink
Update the version of some TFF dependencies.
Browse files Browse the repository at this point in the history
* `attrs` to `23.1` see cl/543458809
* `tensorflow-privacy` to `0.8.11` see cl/567696437
* `dp-accounting` to `0.4.3` see cl/561004009
* `google-vizier` to `0.1.11` see cl/563767380

PiperOrigin-RevId: 571124618
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed Oct 5, 2023
1 parent 500340e commit 401bd67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
# versioning scheme or reasoning.

absl-py>=1.0,==1.*
attrs~=21.4
attrs~=23.1
cachetools~=5.3
dm-tree==0.1.8
dp-accounting==0.4.2
dp-accounting==0.4.3
farmhashpy==0.4.0
google-vizier==0.1.4
google-vizier==0.1.11
grpcio~=1.46
jaxlib==0.4.14
jax==0.4.14
Expand All @@ -40,7 +40,7 @@ portpicker~=1.6
scipy~=1.9.3
semantic-version~=2.6
tensorflow-model-optimization==0.7.5
tensorflow-privacy==0.8.10
tensorflow-privacy==0.8.11
tqdm~=4.64
typing-extensions>=4.5.0,==4.5.*

Expand Down
8 changes: 4 additions & 4 deletions tensorflow_federated/tools/python_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
# in https://github.com/tensorflow/federated/blob/main/requirements.txt.
REQUIRED_PACKAGES = [
'absl-py>=1.0,==1.*',
'attrs~=21.4',
'attrs~=23.1',
'cachetools~=5.3',
'dm-tree==0.1.8',
'dp-accounting==0.4.2',
'dp-accounting==0.4.3',
'farmhashpy==0.4.0',
'google-vizier==0.1.4',
'google-vizier==0.1.11',
'grpcio~=1.46',
'jaxlib==0.4.14',
'jax==0.4.14',
Expand All @@ -73,7 +73,7 @@
'semantic-version~=2.6',
'tensorflow-compression>=2.13.0,==2.13.*',
'tensorflow-model-optimization==0.7.5',
'tensorflow-privacy==0.8.10',
'tensorflow-privacy==0.8.11',
'tensorflow>=2.13.0,==2.13.*',
'tqdm~=4.64',
'typing-extensions>=4.5.0,==4.5.*',
Expand Down

0 comments on commit 401bd67

Please sign in to comment.