Pin TensorFlow to the next release (#20635)

This commit is contained in:
Sylvain Gugger
2022-12-06 18:28:59 -05:00
committed by GitHub
parent c95f84700c
commit 6c1a0b3931
2 changed files with 4 additions and 4 deletions

View File

@@ -158,8 +158,8 @@ _deps = [
"sigopt", "sigopt",
"librosa", "librosa",
"starlette", "starlette",
"tensorflow-cpu>=2.4,<2.11", "tensorflow-cpu>=2.4,<2.12",
"tensorflow>=2.4,<2.11", "tensorflow>=2.4,<2.12",
"tensorflow-text", "tensorflow-text",
"tf2onnx", "tf2onnx",
"timeout-decorator", "timeout-decorator",

View File

@@ -64,8 +64,8 @@ deps = {
"sigopt": "sigopt", "sigopt": "sigopt",
"librosa": "librosa", "librosa": "librosa",
"starlette": "starlette", "starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.4,<2.11", "tensorflow-cpu": "tensorflow-cpu>=2.4,<2.12",
"tensorflow": "tensorflow>=2.4,<2.11", "tensorflow": "tensorflow>=2.4,<2.12",
"tensorflow-text": "tensorflow-text", "tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx", "tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator", "timeout-decorator": "timeout-decorator",