File size: 567 Bytes
90e8636 ee6d41a 2b4b309 90e8636 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[project]
name = "distilabel-dataset-generator"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "davidberenstein1957", email = "[email protected]"},
]
dependencies = [
"distilabel[hf-inference-endpoints] @ git+https://github.com/argilla-io/distilabel.git@develop",
"gradio[oauth]<5,>=4.38",
"transformers>=4.44.2",
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "apache 2"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true
|