Change requirements for tensorflow-probability and pandas.

PiperOrigin-RevId: 467220343
This commit is contained in:
Galen Andrew 2022-08-12 08:57:40 -07:00 committed by A. Unique TensorFlower
parent ca077a5b12
commit 5a9866726d
2 changed files with 3 additions and 3 deletions

View file

@ -5,10 +5,10 @@ dp-accounting~=0.1.2
matplotlib~=3.3.4
mpmath~=1.2.1
numpy~=1.21.4
pandas~=1.1.4
pandas~=1.4.3
scikit-learn~=1.0.2
scipy~=1.7.1
tensorflow-datasets~=4.5.2
tensorflow-estimator~=2.4
tensorflow-probability~=0.15.0
tensorflow-probability~=0.15
tensorflow~=2.4

View file

@ -13,4 +13,4 @@
# limitations under the License.
"""TensorFlow Privacy version."""
__version__ = '0.8.2'
__version__ = '0.8.3'