Internal change
PiperOrigin-RevId: 671064874
This commit is contained in:
parent
e3fd3afdf8
commit
e8856835a6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ setuptools.setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'absl-py>=1.0,==1.*',
|
'absl-py>=1.0,==1.*',
|
||||||
'dm-tree==0.1.8',
|
'dm-tree==0.1.8',
|
||||||
'dp-accounting==0.4.4',
|
'dp-accounting==0.4.4', # TODO(b/364653784)
|
||||||
'numpy~=1.21',
|
'numpy~=1.21',
|
||||||
'packaging~=22.0',
|
'packaging~=22.0',
|
||||||
'scikit-learn>=1.0,==1.*',
|
'scikit-learn>=1.0,==1.*',
|
||||||
|
|
Loading…
Reference in a new issue