Update the direct tensorflow-datasets
dependency to ~=4.5.2
.
This means that we would accept a hot fix, but not accept major or minor version changes without releasing TFP. PiperOrigin-RevId: 428023939
This commit is contained in:
parent
f393322593
commit
8d20ae7c3b
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ numpy~=1.21.5
|
|||
pandas~=1.1.4
|
||||
scipy~=1.2.1
|
||||
sklearn~=1.0.2
|
||||
tensorflow-datasets>=4.4.0
|
||||
tensorflow-datasets~=4.5.2
|
||||
tensorflow-estimator>=2.3.0
|
||||
tensorflow-probability>=0.13.0
|
||||
tensorflow>=1.14
|
||||
|
|
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ setup(
|
|||
'pandas~=1.1.4',
|
||||
'scipy~=1.2.1',
|
||||
'sklearn~=1.0.2',
|
||||
'tensorflow-datasets>=4.4.0',
|
||||
'tensorflow-datasets~=4.5.2',
|
||||
'tensorflow-estimator>=2.3.0',
|
||||
'tensorflow-probability>=0.13.0',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue