We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
requirements.txt
1 parent fd7cc76 commit 1ecf9e1Copy full SHA for 1ecf9e1
1 file changed
requirements.txt
@@ -1,6 +1,11 @@
1
# Requirements for Tensorflow Privacy.
2
#
3
-# 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
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`.
9
10
# * For packages that have a stable release, we use a version that is
11
# compatible with that release (e.g. `~=x.y`). See
0 commit comments