Pin TensorFlow (#20313)

This commit is contained in:
Sylvain Gugger 2022-11-18 06:57:15 -05:00 committed by GitHub
parent b98269425e
commit f7ab8c4251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ _deps = [
"librosa",
"starlette",
"tensorflow-cpu>=2.3",
"tensorflow>=2.4",
"tensorflow>=2.4,<2.10",
"tensorflow-text",
"tf2onnx",
"timeout-decorator",

View File

@ -63,7 +63,7 @@ deps = {
"librosa": "librosa",
"starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3",
"tensorflow": "tensorflow>=2.4",
"tensorflow": "tensorflow>=2.4,<2.10",
"tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",