Skip to content

Commit f8ee3e7

Browse files
Add requirements.txt for synthetic dataset generator dependency
1 parent cd0d358 commit f8ee3e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ license = {text = "Apache 2"}
1919

2020
dependencies = [
2121
"argilla>=2.4.0,<3.0.0",
22-
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm] @ git+https://github.com/argilla-io/distilabel.git@develop",
22+
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm,vision]>=1.5.0,<2.00",
2323
"gradio[oauth]>=5.4.0,<6.0.0",
2424
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
2525
"model2vec>=0.2.4,<1.0.0",
2626
"pydantic>=2.10.5,<3.0.0",
2727
"sentence-transformers>=3.2.0,<4.0.0",
2828
"transformers>=4.44.2,<5.0.0",
2929
"unstructured[md,pdf,docx]>=0.16.0,<1.0.0",
30+
"setuptools",
3031
]
3132

3233
[build-system]

0 commit comments

Comments
 (0)