Pin TensorFlow to the next release (#20635)
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user