"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "65a926e82b64a53f869efe858e2896b2002dee13"
Unverified Commit fea4636c authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

Pin max tf version (#18818)

parent 5c4c8690
...@@ -154,8 +154,8 @@ _deps = [ ...@@ -154,8 +154,8 @@ _deps = [
"sigopt", "sigopt",
"librosa", "librosa",
"starlette", "starlette",
"tensorflow-cpu>=2.3", "tensorflow-cpu>=2.3,<2.10",
"tensorflow>=2.3", "tensorflow>=2.3,<2.10",
"tensorflow-text", "tensorflow-text",
"tf2onnx", "tf2onnx",
"timeout-decorator", "timeout-decorator",
......
...@@ -60,8 +60,8 @@ deps = { ...@@ -60,8 +60,8 @@ deps = {
"sigopt": "sigopt", "sigopt": "sigopt",
"librosa": "librosa", "librosa": "librosa",
"starlette": "starlette", "starlette": "starlette",
"tensorflow-cpu": "tensorflow-cpu>=2.3", "tensorflow-cpu": "tensorflow-cpu>=2.3,<2.10",
"tensorflow": "tensorflow>=2.3", "tensorflow": "tensorflow>=2.3,<2.10",
"tensorflow-text": "tensorflow-text", "tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx", "tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator", "timeout-decorator": "timeout-decorator",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment