Commit
·
f8ee3e7
1
Parent(s):
cd0d358
Add requirements.txt for synthetic dataset generator dependency
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
@@ -19,7 +19,7 @@ license = {text = "Apache 2"}
|
|
19 |
|
20 |
dependencies = [
|
21 |
"argilla>=2.4.0,<3.0.0",
|
22 |
-
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm]
|
23 |
"gradio[oauth]>=5.4.0,<6.0.0",
|
24 |
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
|
25 |
"model2vec>=0.2.4,<1.0.0",
|
@@ -27,6 +27,7 @@ dependencies = [
|
|
27 |
"sentence-transformers>=3.2.0,<4.0.0",
|
28 |
"transformers>=4.44.2,<5.0.0",
|
29 |
"unstructured[md,pdf,docx]>=0.16.0,<1.0.0",
|
|
|
30 |
]
|
31 |
|
32 |
[build-system]
|
|
|
19 |
|
20 |
dependencies = [
|
21 |
"argilla>=2.4.0,<3.0.0",
|
22 |
+
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm,vision]>=1.5.0,<2.00",
|
23 |
"gradio[oauth]>=5.4.0,<6.0.0",
|
24 |
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
|
25 |
"model2vec>=0.2.4,<1.0.0",
|
|
|
27 |
"sentence-transformers>=3.2.0,<4.0.0",
|
28 |
"transformers>=4.44.2,<5.0.0",
|
29 |
"unstructured[md,pdf,docx]>=0.16.0,<1.0.0",
|
30 |
+
"setuptools",
|
31 |
]
|
32 |
|
33 |
[build-system]
|