Pin tensorflow-text to go with tensorflow (#22362)
* Pin tensorflow-text to go with tensorflow * Make it more convenient to pin TensorFlow * setup don't like f-strings
This commit is contained in:
3
setup.py
3
setup.py
@@ -164,9 +164,10 @@ _deps = [
|
||||
"starlette",
|
||||
"sudachipy>=0.6.6",
|
||||
"sudachidict_core>=20220729",
|
||||
# TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly
|
||||
"tensorflow-cpu>=2.4,<2.12",
|
||||
"tensorflow>=2.4,<2.12",
|
||||
"tensorflow-text",
|
||||
"tensorflow-text<2.12",
|
||||
"tf2onnx",
|
||||
"timeout-decorator",
|
||||
"timm",
|
||||
|
||||
Reference in New Issue
Block a user