forked from 626_privacy/tensorflow_privacy
Update the direct tensorflow-probability
dependency to ~=0.15.0
.
This means that we would accept a hot fix, but not accept major or minor version changes without releasing TFP. PiperOrigin-RevId: 428025242
This commit is contained in:
parent
8d20ae7c3b
commit
13a79f419f
2 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@ scipy~=1.2.1
|
|||
sklearn~=1.0.2
|
||||
tensorflow-datasets~=4.5.2
|
||||
tensorflow-estimator>=2.3.0
|
||||
tensorflow-probability>=0.13.0
|
||||
tensorflow-probability~=0.15.0
|
||||
tensorflow>=1.14
|
||||
|
|
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ setup(
|
|||
'sklearn~=1.0.2',
|
||||
'tensorflow-datasets~=4.5.2',
|
||||
'tensorflow-estimator>=2.3.0',
|
||||
'tensorflow-probability>=0.13.0',
|
||||
'tensorflow-probability~=0.15.0',
|
||||
],
|
||||
# Explicit dependence on TensorFlow is not supported.
|
||||
# See https://github.com/tensorflow/tensorflow/issues/7166
|
||||
|
|
Loading…
Reference in a new issue