forked from 626_privacy/tensorflow_privacy
Change requirements for tensorflow-probability and pandas.
PiperOrigin-RevId: 467220343
This commit is contained in:
parent
ca077a5b12
commit
5a9866726d
2 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ dp-accounting~=0.1.2
|
||||||
matplotlib~=3.3.4
|
matplotlib~=3.3.4
|
||||||
mpmath~=1.2.1
|
mpmath~=1.2.1
|
||||||
numpy~=1.21.4
|
numpy~=1.21.4
|
||||||
pandas~=1.1.4
|
pandas~=1.4.3
|
||||||
scikit-learn~=1.0.2
|
scikit-learn~=1.0.2
|
||||||
scipy~=1.7.1
|
scipy~=1.7.1
|
||||||
tensorflow-datasets~=4.5.2
|
tensorflow-datasets~=4.5.2
|
||||||
tensorflow-estimator~=2.4
|
tensorflow-estimator~=2.4
|
||||||
tensorflow-probability~=0.15.0
|
tensorflow-probability~=0.15
|
||||||
tensorflow~=2.4
|
tensorflow~=2.4
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""TensorFlow Privacy version."""
|
"""TensorFlow Privacy version."""
|
||||||
|
|
||||||
__version__ = '0.8.2'
|
__version__ = '0.8.3'
|
||||||
|
|
Loading…
Reference in a new issue