"vscode:/vscode.git/clone" did not exist on "ea64a7860a69ceb08df05dffdfc00b84c2b308d3"
Unverified Commit 482c9178 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Pin mecab for now (#5362)

parent 2513fe0d
...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment