From 1ecf9e18ccfe6e1e410462393b4cde51d2087bbc Mon Sep 17 00:00:00 2001 From: Michael Reneer Date: Tue, 10 Oct 2023 13:39:56 -0700 Subject: [PATCH] Update the documentation in the TFP `requirements.txt`. PiperOrigin-RevId: 572353174 --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27f0fb8..e198d29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,11 @@ # Requirements for Tensorflow Privacy. # -# If you add a dependency here, also add the dependency to setup.py. +# If you add a *new* dependency and it is required by the TensorFlow Federated +# package, also add the dependency to `setup.py`. +# +# If you update the version of an *existing* dependency and it is required by +# the TensorFlow Federated package, also update the version of the dependency in +# `setup.py`. # # * For packages that have a stable release, we use a version that is # compatible with that release (e.g. `~=x.y`). See