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
4c672846
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "5564e1e65be5248925ab4012a5063ac2aef01741"
Unverified
Commit
4c672846
authored
Sep 30, 2020
by
Sylvain Gugger
Committed by
GitHub
Sep 30, 2020
Browse files
Bump isort version. (#7484)
parent
c031d010
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
4c672846
...
@@ -93,7 +93,7 @@ extras["retrieval"] = ["faiss-cpu", "datasets"]
...
@@ -93,7 +93,7 @@ extras["retrieval"] = ["faiss-cpu", "datasets"]
extras
[
"testing"
]
=
[
"pytest"
,
"pytest-xdist"
,
"timeout-decorator"
,
"parameterized"
,
"psutil"
]
+
extras
[
"retrieval"
]
extras
[
"testing"
]
=
[
"pytest"
,
"pytest-xdist"
,
"timeout-decorator"
,
"parameterized"
,
"psutil"
]
+
extras
[
"retrieval"
]
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
extras
[
"docs"
]
=
[
"recommonmark"
,
"sphinx"
,
"sphinx-markdown-tables"
,
"sphinx-rtd-theme==0.4.3"
,
"sphinx-copybutton"
]
extras
[
"docs"
]
=
[
"recommonmark"
,
"sphinx"
,
"sphinx-markdown-tables"
,
"sphinx-rtd-theme==0.4.3"
,
"sphinx-copybutton"
]
extras
[
"quality"
]
=
[
"black >= 20.8b1"
,
"isort >= 5"
,
"flake8 >= 3.8.3"
]
extras
[
"quality"
]
=
[
"black >= 20.8b1"
,
"isort >= 5
.5.4
"
,
"flake8 >= 3.8.3"
]
extras
[
"dev"
]
=
extras
[
"testing"
]
+
extras
[
"quality"
]
+
extras
[
"ja"
]
+
[
"scikit-learn"
,
"tensorflow"
,
"torch"
]
extras
[
"dev"
]
=
extras
[
"testing"
]
+
extras
[
"quality"
]
+
extras
[
"ja"
]
+
[
"scikit-learn"
,
"tensorflow"
,
"torch"
]
setup
(
setup
(
...
...
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