forked from 626_privacy/tensorflow_privacy
Correct discrepancy between tensorflow-probability versions in requirements.txt vs setup.py.
PiperOrigin-RevId: 467326193
This commit is contained in:
parent
5a9866726d
commit
8a449aaa27
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ setup(
|
|||
'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',
|
||||
],
|
||||
packages=find_packages())
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# limitations under the License.
|
||||
"""TensorFlow Privacy version."""
|
||||
|
||||
__version__ = '0.8.3'
|
||||
__version__ = '0.8.4'
|
||||
|
|
Loading…
Reference in a new issue