Pin to the right version...

This commit is contained in:
Sylvain Gugger 2022-11-18 07:12:55 -05:00
parent f7ab8c4251
commit a3f7458066
No known key found for this signature in database
GPG Key ID: 4198F83D867EFC2E
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
tensorflow
tensorflow<2.11
tensorboard
scikit-learn
seqeval

View File

@ -157,7 +157,7 @@ _deps = [
"librosa",
"starlette",
"tensorflow-cpu>=2.3",
"tensorflow>=2.4,<2.10",
"tensorflow>=2.4,<2.11",
"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,<2.10",
"tensorflow": "tensorflow>=2.4,<2.11",
"tensorflow-text": "tensorflow-text",
"tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator",