Skip to content

Commit f8dee2d

Browse files
committed
Pin tensorflow-datasets version to 4.8.3
1 parent b994213 commit f8dee2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss_scripts/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def finalize_options(self):
8282
'tests': [
8383
'absl-py',
8484
'pytest',
85-
'tensorflow-datasets>=3.2.0',
85+
'tensorflow-datasets<4.9.0',
8686
],
8787
},
8888
classifiers=[

0 commit comments

Comments
 (0)