Update the documentation in the TFP requirements.txt.

PiperOrigin-RevId: 572353174
This commit is contained in:
Michael Reneer 2023-10-10 13:39:56 -07:00 committed by A. Unique TensorFlower
parent fd7cc7607f
commit 1ecf9e18cc

View file

@ -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