Skip to content

Commit fc1fd9f

Browse files
authored
Merge pull request #30 from entn-at/fix-tfds
Limit tensorflow-datasets dependency to <4.0.0, as its SubwordTextEncoder was deprecated
2 parents 866e30d + c1c49c0 commit fc1fd9f

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
requirements = [
2121
"tensorflow>=2.3.0",
22-
"tensorflow-datasets>=3.2.1",
22+
"tensorflow-datasets>=3.2.1,<4.0.0",
2323
"tensorflow-addons>=0.10.0",
2424
"setuptools>=47.1.1",
2525
"librosa>=0.7.2",

0 commit comments

Comments
 (0)