Skip to content

Commit e88fc1d

Browse files
wangtzcopybara-github
authored andcommitted
Model Maker Audio: Update requirements to relax on the version for absl-py
PiperOrigin-RevId: 373257315
1 parent e3f2b3b commit e88fc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_examples/lite/model_maker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sentencepiece>=0.1.91
66
tensorflow-datasets>=2.1.0
77
fire>=0.3.1
88
flatbuffers==1.12
9-
absl-py<0.11>=0.10.0
9+
absl-py>=0.10.0
1010
urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
1111
tflite-support>=0.1.0rc4
1212
tensorflowjs>=2.4.0

tensorflow_examples/lite/model_maker/requirements_nightly.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sentencepiece>=0.1.91
88
tensorflow-datasets>=2.1.0
99
fire>=0.3.1
1010
flatbuffers==1.12
11-
absl-py<0.11>=0.10.0
11+
absl-py>=0.10.0
1212
urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
1313
tflite-support-nightly
1414
tensorflow>=2.5.0rc0

0 commit comments

Comments
 (0)