forked from 626_privacy/tensorflow_privacy
Bump version and update dependenciesfor pypi release.
PiperOrigin-RevId: 527377853
This commit is contained in:
parent
33bbc87ff2
commit
9710a4acc7
3 changed files with 7 additions and 6 deletions
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
absl-py>=1.0,==1.*
|
absl-py>=1.0,==1.*
|
||||||
attrs~=21.4
|
attrs~=21.4
|
||||||
dm-tree==0.1.7
|
dm-tree==0.1.8
|
||||||
dp-accounting==0.3.0
|
dp-accounting==0.4.1
|
||||||
immutabledict~=2.2
|
immutabledict~=2.2
|
||||||
matplotlib~=3.3
|
matplotlib~=3.3
|
||||||
mpmath~=1.2
|
mpmath~=1.2
|
||||||
|
|
7
setup.py
7
setup.py
|
@ -29,8 +29,8 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'absl-py>=1.0,==1.*',
|
'absl-py>=1.0,==1.*',
|
||||||
'attrs~=21.4',
|
'attrs~=21.4',
|
||||||
'dm-tree==0.1.7',
|
'dm-tree==0.1.8',
|
||||||
'dp-accounting==0.3.0',
|
'dp-accounting==0.4.1',
|
||||||
'immutabledict~=2.2',
|
'immutabledict~=2.2',
|
||||||
'matplotlib~=3.3',
|
'matplotlib~=3.3',
|
||||||
'numpy~=1.21',
|
'numpy~=1.21',
|
||||||
|
@ -45,4 +45,5 @@ setup(
|
||||||
'tensorflow-probability==0.15.0',
|
'tensorflow-probability==0.15.0',
|
||||||
'tensorflow~=2.4',
|
'tensorflow~=2.4',
|
||||||
],
|
],
|
||||||
packages=find_packages())
|
packages=find_packages(),
|
||||||
|
)
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""TensorFlow Privacy version."""
|
"""TensorFlow Privacy version."""
|
||||||
|
|
||||||
__version__ = '0.8.8'
|
__version__ = '0.8.9'
|
||||||
|
|
Loading…
Reference in a new issue