Update the TFP requirements.

PiperOrigin-RevId: 459806353
This commit is contained in:
Michael Reneer 2022-07-08 12:03:27 -07:00 committed by A. Unique TensorFlower
parent eaa7354f00
commit 27c07fa7b8
2 changed files with 8 additions and 7 deletions

View file

@ -1,12 +1,12 @@
absl-py~=1.0.0
attrs~=21.4.0
dm-tree~=0.1.1
dm-tree~=0.1.7
matplotlib~=3.3.4
mpmath
numpy~=1.21.5
mpmath~=1.2.1
numpy~=1.21.4
pandas~=1.1.4
scipy~=1.7.1
scikit-learn~=1.0.2
scipy~=1.2.1
tensorflow-datasets~=4.5.2
tensorflow-estimator~=2.4
tensorflow-probability~=0.15.0

View file

@ -29,12 +29,13 @@ setup(
install_requires=[
'absl-py~=1.0.0',
'attrs~=21.4.0',
'dm-tree~=0.1.1',
'dm-tree~=0.1.7',
'dp-accounting~=0.1.0',
'matplotlib~=3.3.4',
'numpy~=1.21.5',
'numpy~=1.21.4',
'pandas~=1.1.4',
'scipy~=1.7.1',
'scikit-learn~=1.0.2',
'scipy~=1.2.1',
'tensorflow-datasets~=4.5.2',
'tensorflow-estimator~=2.4',
'tensorflow-probability~=0.15.0',