-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpyproject.toml
35 lines (32 loc) · 932 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[project]
name = "synthetic-dataset-generator"
version = "0.1.6"
description = "Build datasets using natural language"
authors = [
{name = "davidberenstein1957", email = "david.m.berenstein@gmail.com"},
]
keywords = [
"gradio",
"synthetic-data",
"huggingface",
"argilla",
"generative-ai",
"ai",
]
requires-python = "<3.13,>=3.10"
readme = "README.md"
license = {text = "Apache 2"}
dependencies = [
"distilabel[argilla,hf-inference-endpoints,hf-transformers,instructor,llama-cpp,ollama,openai,outlines,vllm] @ git+https://github.com/argilla-io/distilabel.git@develop",
"gradio[oauth]>=5.4.0,<6.0.0",
"transformers>=4.44.2,<5.0.0",
"sentence-transformers>=3.2.0,<4.0.0",
"model2vec>=0.2.4,<1.0.0",
"gradio-huggingfacehub-search>=0.0.12,<1.0.0",
"argilla>=2.4.0,<3.0.0",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true