Skip to content

Commit

Permalink
fixed the version of tensorflow-datasets for the testing (#262)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vulkomilev committed Apr 1, 2023
1 parent ee1ead6 commit 14f7865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

TESTS_REQUIRE = [
'pytest',
'tensorflow-datasets',
'tensorflow-datasets>=4.8.2',
]

EXTRAS_REQUIRE = {'test': TESTS_REQUIRE}
Expand Down

0 comments on commit 14f7865

Please sign in to comment.