forked from 626_privacy/tensorflow_privacy
Update the documentation in the TFP requirements.txt
.
PiperOrigin-RevId: 572353174
This commit is contained in:
parent
fd7cc7607f
commit
1ecf9e18cc
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue