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
482c9178
"vscode:/vscode.git/clone" did not exist on "ea64a7860a69ceb08df05dffdfc00b84c2b308d3"
Unverified
Commit
482c9178
authored
Jun 29, 2020
by
Sylvain Gugger
Committed by
GitHub
Jun 29, 2020
Browse files
Pin mecab for now (#5362)
parent
2513fe0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
482c9178
...
@@ -65,7 +65,7 @@ if stale_egg_info.exists():
...
@@ -65,7 +65,7 @@ if stale_egg_info.exists():
extras
=
{}
extras
=
{}
extras
[
"mecab"
]
=
[
"mecab-python3"
]
extras
[
"mecab"
]
=
[
"mecab-python3
<1
"
]
extras
[
"sklearn"
]
=
[
"scikit-learn"
]
extras
[
"sklearn"
]
=
[
"scikit-learn"
]
# keras2onnx and onnxconverter-common version is specific through a commit until 1.7.0 lands on pypi
# keras2onnx and onnxconverter-common version is specific through a commit until 1.7.0 lands on pypi
...
@@ -92,7 +92,7 @@ extras["quality"] = [
...
@@ -92,7 +92,7 @@ extras["quality"] = [
"isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort"
,
"isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort"
,
"flake8"
,
"flake8"
,
]
]
extras
[
"dev"
]
=
extras
[
"testing"
]
+
extras
[
"quality"
]
+
[
"mecab-python3"
,
"scikit-learn"
,
"tensorflow"
,
"torch"
]
extras
[
"dev"
]
=
extras
[
"testing"
]
+
extras
[
"quality"
]
+
[
"mecab-python3
<1
"
,
"scikit-learn"
,
"tensorflow"
,
"torch"
]
setup
(
setup
(
name
=
"transformers"
,
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