Skip to content

Commit 0aa2e72

Browse files
Update tensorflow-datasets requirement (#337)
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@v1.3.0...v4.7.0) --- updated-dependencies: - dependency-name: tensorflow-datasets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bba07c3 commit 0aa2e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def readme():
2020
python_requires=">=3.6",
2121
install_requires=[
2222
"click>=7.0,<8.2.0",
23-
"tensorflow-datasets>=1.3.0,<4.7.0",
23+
"tensorflow-datasets>=1.3.0,<4.8.0",
2424
"typeguard>=2.5.1,<2.14.0",
2525
"importlib-metadata ~= 2.0 ; python_version<'3.8'",
2626
],

0 commit comments

Comments
 (0)