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
2e578243
Commit
2e578243
authored
May 07, 2020
by
Lysandre
Browse files
Pin isort and tf <= 2.1.0
parent
e7cfc1a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+4
-4
No files found.
setup.py
View file @
2e578243
...
...
@@ -67,8 +67,8 @@ extras = {}
extras
[
"mecab"
]
=
[
"mecab-python3"
]
extras
[
"sklearn"
]
=
[
"scikit-learn"
]
extras
[
"tf"
]
=
[
"tensorflow"
]
extras
[
"tf-cpu"
]
=
[
"tensorflow-cpu"
]
extras
[
"tf"
]
=
[
"tensorflow
<=2.1.0
"
]
extras
[
"tf-cpu"
]
=
[
"tensorflow-cpu
<=2.1.0
"
]
extras
[
"torch"
]
=
[
"torch"
]
extras
[
"serving"
]
=
[
"pydantic"
,
"uvicorn"
,
"fastapi"
,
"starlette"
]
...
...
@@ -78,10 +78,10 @@ extras["testing"] = ["pytest", "pytest-xdist", "timeout-decorator"]
extras
[
"docs"
]
=
[
"recommonmark"
,
"sphinx"
,
"sphinx-markdown-tables"
,
"sphinx-rtd-theme"
]
extras
[
"quality"
]
=
[
"black"
,
"isort"
,
"isort
@ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort
"
,
"flake8"
,
]
extras
[
"dev"
]
=
extras
[
"testing"
]
+
extras
[
"quality"
]
+
[
"mecab-python3"
,
"scikit-learn"
,
"tensorflow"
,
"torch"
]
extras
[
"dev"
]
=
extras
[
"testing"
]
+
extras
[
"quality"
]
+
[
"mecab-python3"
,
"scikit-learn"
,
"tensorflow
<=2.1.0
"
,
"torch"
]
setup
(
name
=
"transformers"
,
...
...
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