"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "19732cc07a653280e4ada179d195551b1249eab4"
Unverified Commit 9fefdb07 authored by Jason Wolosonovich's avatar Jason Wolosonovich Committed by GitHub
Browse files

DEP: pinned sentencepiece to 0.1.91 in setup.py (#8069)


Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
parent edd3721c
......@@ -98,7 +98,7 @@ extras["onnxruntime"] = ["onnxruntime>=1.4.0", "onnxruntime-tools>=1.4.2"]
extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"]
extras["sentencepiece"] = ["sentencepiece!=0.1.92"]
extras["sentencepiece"] = ["sentencepiece==0.1.91"]
extras["retrieval"] = ["faiss-cpu", "datasets"]
extras["testing"] = ["pytest", "pytest-xdist", "timeout-decorator", "parameterized", "psutil"] + extras["retrieval"]
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
......@@ -140,7 +140,7 @@ setup(
# for OpenAI GPT
"regex != 2019.12.17",
# for SentencePiece models
"sentencepiece != 0.1.92",
"sentencepiece == 0.1.91",
"protobuf",
# for XLM
"sacremoses",
......
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