"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "fc5b7419d4c8121d8f1fa915504bcc353422559e"
Unverified Commit 3341bb41 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Pin urllib3

parent 57ffd8ab
......@@ -185,6 +185,7 @@ _deps = [
"tqdm>=4.27",
"unidic>=1.0.2",
"unidic_lite>=1.0.7",
"urllib3<2.0.0",
"uvicorn",
]
......@@ -331,7 +332,7 @@ extras["testing"] = (
extras["deepspeed-testing"] = extras["deepspeed"] + extras["testing"] + extras["optuna"] + extras["sentencepiece"]
extras["quality"] = deps_list("black", "datasets", "isort", "ruff", "GitPython", "hf-doc-builder")
extras["quality"] = deps_list("black", "datasets", "isort", "ruff", "GitPython", "hf-doc-builder", "urllib3")
extras["all"] = (
extras["tf"]
......
......@@ -85,5 +85,6 @@ deps = {
"tqdm": "tqdm>=4.27",
"unidic": "unidic>=1.0.2",
"unidic_lite": "unidic_lite>=1.0.7",
"urllib3": "urllib3<2.0.0",
"uvicorn": "uvicorn",
}
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