Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 14f7865

Browse files
authored
fixed the version of tensorflow-datasets for the testing (#262)
* fixed the version of tensorflow-datasets for the testing * updated new version of the tensorflow-datasets package because the old one was not compatable with the CI
1 parent ee1ead6 commit 14f7865

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
@@ -41,7 +41,7 @@
4141

4242
TESTS_REQUIRE = [
4343
'pytest',
44-
'tensorflow-datasets',
44+
'tensorflow-datasets>=4.8.2',
4545
]
4646

4747
EXTRAS_REQUIRE = {'test': TESTS_REQUIRE}

0 commit comments

Comments
 (0)