Pin to the right version...
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
tensorflow
|
tensorflow<2.11
|
||||||
tensorboard
|
tensorboard
|
||||||
scikit-learn
|
scikit-learn
|
||||||
seqeval
|
seqeval
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -157,7 +157,7 @@ _deps = [
|
|||||||
"librosa",
|
"librosa",
|
||||||
"starlette",
|
"starlette",
|
||||||
"tensorflow-cpu>=2.3",
|
"tensorflow-cpu>=2.3",
|
||||||
"tensorflow>=2.4,<2.10",
|
"tensorflow>=2.4,<2.11",
|
||||||
"tensorflow-text",
|
"tensorflow-text",
|
||||||
"tf2onnx",
|
"tf2onnx",
|
||||||
"timeout-decorator",
|
"timeout-decorator",
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ deps = {
|
|||||||
"librosa": "librosa",
|
"librosa": "librosa",
|
||||||
"starlette": "starlette",
|
"starlette": "starlette",
|
||||||
"tensorflow-cpu": "tensorflow-cpu>=2.3",
|
"tensorflow-cpu": "tensorflow-cpu>=2.3",
|
||||||
"tensorflow": "tensorflow>=2.4,<2.10",
|
"tensorflow": "tensorflow>=2.4,<2.11",
|
||||||
"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