* Create branch for tests

* Pin first upgrade

* Really pin

* Polish fix
This commit is contained in:
Sylvain Gugger 2021-11-16 18:58:07 -05:00 committed by GitHub
parent 888fb21159
commit b567510cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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",

View File

@ -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",