Skip to content

Commit a714cad

Browse files
Update tensorflow-datasets requirement from <4.5,>=4.2 to >=4.2,<4.8
Updates the requirements on [tensorflow-datasets](https://github.com/tensorflow/datasets) to permit the latest version. - [Release notes](https://github.com/tensorflow/datasets/releases) - [Changelog](https://github.com/tensorflow/datasets/blob/master/CHANGELOG.md) - [Commits](tensorflow/datasets@v4.2.0...v4.7.0) --- updated-dependencies: - dependency-name: tensorflow-datasets dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a99018a commit a714cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
keras_deps = [
2121
'tensorflow>=2.10',
22-
'tensorflow_datasets>=4.2,<4.5',
22+
'tensorflow_datasets>=4.2,<4.8',
2323
'tensorflow-privacy>=0.5,<0.8',
2424
]
2525
other_deps = [

0 commit comments

Comments
 (0)