davidberenstein1957 HF staff commited on
Commit
5305623
·
1 Parent(s): 7b8f647

Update distilabel dependency to use the 'develop' branch for improved support and compatibility

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -18,7 +18,7 @@ readme = "README.md"
18
  license = {text = "Apache 2"}
19
 
20
  dependencies = [
21
- "distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm] @ git+https://github.com/argilla-io/distilabel.git@feat/add-magpie-support-llama-cpp-ollama",
22
  "gradio[oauth]>=5.4.0,<6.0.0",
23
  "transformers>=4.44.2,<5.0.0",
24
  "sentence-transformers>=3.2.0,<4.0.0",
 
18
  license = {text = "Apache 2"}
19
 
20
  dependencies = [
21
+ "distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm] @ git+https://github.com/argilla-io/distilabel.git@develop",
22
  "gradio[oauth]>=5.4.0,<6.0.0",
23
  "transformers>=4.44.2,<5.0.0",
24
  "sentence-transformers>=3.2.0,<4.0.0",