Skip to content

Commit 1ecf9e1

Browse files
Update the documentation in the TFP requirements.txt.
PiperOrigin-RevId: 572353174
1 parent fd7cc76 commit 1ecf9e1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Requirements for Tensorflow Privacy.
22
#
3-
# If you add a dependency here, also add the dependency to setup.py.
3+
# If you add a *new* dependency and it is required by the TensorFlow Federated
4+
# package, also add the dependency to `setup.py`.
5+
#
6+
# If you update the version of an *existing* dependency and it is required by
7+
# the TensorFlow Federated package, also update the version of the dependency in
8+
# `setup.py`.
49
#
510
# * For packages that have a stable release, we use a version that is
611
# compatible with that release (e.g. `~=x.y`). See

0 commit comments

Comments
 (0)