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

Pin dill to fix examples (#17368)

* Pin dill for now

* Try this version?

* force install

* Actually use dep in testing

* Try a larger pin
parent 54192058
......@@ -104,6 +104,7 @@ _deps = [
"dataclasses",
"datasets",
"deepspeed>=0.6.4",
"dill<0.3.5",
"fairscale>0.3",
"faiss-cpu",
"fastapi",
......@@ -284,6 +285,7 @@ extras["testing"] = (
"parameterized",
"psutil",
"datasets",
"dill",
"pytest-timeout",
"black",
"sacrebleu",
......
......@@ -10,6 +10,7 @@ deps = {
"dataclasses": "dataclasses",
"datasets": "datasets",
"deepspeed": "deepspeed>=0.6.4",
"dill": "dill<0.3.5",
"fairscale": "fairscale>0.3",
"faiss-cpu": "faiss-cpu",
"fastapi": "fastapi",
......
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