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
b567510c
Unverified
Commit
b567510c
authored
Nov 16, 2021
by
Sylvain Gugger
Committed by
GitHub
Nov 16, 2021
Browse files
Debug doc (#14424)
* Create branch for tests * Pin first upgrade * Really pin * Polish fix
parent
888fb211
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
setup.py
setup.py
+2
-0
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-0
No files found.
setup.py
View file @
b567510c
...
...
@@ -144,6 +144,7 @@ _deps = [
"sentencepiece>=0.1.91,!=0.1.92"
,
"sigopt"
,
"librosa"
,
"markdown!=3.3.5"
,
"sphinx-copybutton"
,
"sphinx-markdown-tables"
,
"sphinx-rtd-theme==0.4.3"
,
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
...
...
@@ -296,6 +297,7 @@ extras["all"] = (
extras
[
"docs_specific"
]
=
deps_list
(
"docutils"
,
"markdown"
,
"recommonmark"
,
"sphinx"
,
"sphinx-markdown-tables"
,
...
...
src/transformers/dependency_versions_table.py
View file @
b567510c
...
...
@@ -55,6 +55,7 @@ deps = {
"sentencepiece"
:
"sentencepiece>=0.1.91,!=0.1.92"
,
"sigopt"
:
"sigopt"
,
"librosa"
:
"librosa"
,
"markdown"
:
"markdown!=3.3.5"
,
"sphinx-copybutton"
:
"sphinx-copybutton"
,
"sphinx-markdown-tables"
:
"sphinx-markdown-tables"
,
"sphinx-rtd-theme"
:
"sphinx-rtd-theme==0.4.3"
,
...
...
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