Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
6c1a0b39
"examples/vscode:/vscode.git/clone" did not exist on "fd5320bb574ac86745d3aeb60ba2372abc4204ba"
Unverified
Commit
6c1a0b39
authored
Dec 06, 2022
by
Sylvain Gugger
Committed by
GitHub
Dec 06, 2022
Browse files
Pin TensorFlow to the next release (#20635)
parent
c95f8470
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+2
-2
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+2
-2
No files found.
setup.py
View file @
6c1a0b39
...
@@ -158,8 +158,8 @@ _deps = [
...
@@ -158,8 +158,8 @@ _deps = [
"sigopt"
,
"sigopt"
,
"librosa"
,
"librosa"
,
"starlette"
,
"starlette"
,
"tensorflow-cpu>=2.4,<2.1
1
"
,
"tensorflow-cpu>=2.4,<2.1
2
"
,
"tensorflow>=2.4,<2.1
1
"
,
"tensorflow>=2.4,<2.1
2
"
,
"tensorflow-text"
,
"tensorflow-text"
,
"tf2onnx"
,
"tf2onnx"
,
"timeout-decorator"
,
"timeout-decorator"
,
...
...
src/transformers/dependency_versions_table.py
View file @
6c1a0b39
...
@@ -64,8 +64,8 @@ deps = {
...
@@ -64,8 +64,8 @@ deps = {
"sigopt"
:
"sigopt"
,
"sigopt"
:
"sigopt"
,
"librosa"
:
"librosa"
,
"librosa"
:
"librosa"
,
"starlette"
:
"starlette"
,
"starlette"
:
"starlette"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.4,<2.1
1
"
,
"tensorflow-cpu"
:
"tensorflow-cpu>=2.4,<2.1
2
"
,
"tensorflow"
:
"tensorflow>=2.4,<2.1
1
"
,
"tensorflow"
:
"tensorflow>=2.4,<2.1
2
"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tensorflow-text"
:
"tensorflow-text"
,
"tf2onnx"
:
"tf2onnx"
,
"tf2onnx"
:
"tf2onnx"
,
"timeout-decorator"
:
"timeout-decorator"
,
"timeout-decorator"
:
"timeout-decorator"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment