"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "29baa8fabe15393ec4451beceee6d025881ec992"
Unverified Commit 62396cff authored by Matt's avatar Matt Committed by GitHub
Browse files

TF 2.14 compatibility (#25630)

* Update the TF pin and see if anything breaks

* make fixup

* make fixup

* make fixup
parent 36291906
tensorflow<2.14 tensorflow<2.15
tensorboard tensorboard
scikit-learn scikit-learn
seqeval seqeval
......
...@@ -166,9 +166,9 @@ _deps = [ ...@@ -166,9 +166,9 @@ _deps = [
"sudachipy>=0.6.6", "sudachipy>=0.6.6",
"sudachidict_core>=20220729", "sudachidict_core>=20220729",
# TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly # TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly
"tensorflow-cpu>=2.6,<2.14", "tensorflow-cpu>=2.6,<2.15",
"tensorflow>=2.6,<2.14", "tensorflow>=2.6,<2.15",
"tensorflow-text<2.14", "tensorflow-text<2.15",
"tf2onnx", "tf2onnx",
"timeout-decorator", "timeout-decorator",
"timm", "timm",
......
...@@ -72,9 +72,9 @@ deps = { ...@@ -72,9 +72,9 @@ deps = {
"starlette": "starlette", "starlette": "starlette",
"sudachipy": "sudachipy>=0.6.6", "sudachipy": "sudachipy>=0.6.6",
"sudachidict_core": "sudachidict_core>=20220729", "sudachidict_core": "sudachidict_core>=20220729",
"tensorflow-cpu": "tensorflow-cpu>=2.6,<2.14", "tensorflow-cpu": "tensorflow-cpu>=2.6,<2.15",
"tensorflow": "tensorflow>=2.6,<2.14", "tensorflow": "tensorflow>=2.6,<2.15",
"tensorflow-text": "tensorflow-text<2.14", "tensorflow-text": "tensorflow-text<2.15",
"tf2onnx": "tf2onnx", "tf2onnx": "tf2onnx",
"timeout-decorator": "timeout-decorator", "timeout-decorator": "timeout-decorator",
"timm": "timm", "timm": "timm",
......
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