Skip to content

Commit

Permalink
Update the setup.py to match the requirements.txt.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 471128177
  • Loading branch information
michaelreneer authored and tensorflower-gardener committed Aug 31, 2022
1 parent ed73077 commit 628e5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,14 +27,14 @@
url='https://github.com/tensorflow/privacy',
license='Apache-2.0',
install_requires=[
'absl-py~=1.0',
'absl-py>=1.0,==1.*',
'attrs~=21.4',
'dm-tree==0.1.7',
'dp-accounting==0.3.0',
'matplotlib~=3.3',
'numpy~=1.21',
'pandas~=1.4',
'scikit-learn~=1.0',
'scikit-learn>=1.0,==1.*',
'scipy~=1.7',
'tensorflow-datasets~=4.5',
'tensorflow-estimator~=2.4',
Expand Down

0 comments on commit 628e5bb

Please sign in to comment.