open-human-feedback-chat / pyproject.toml
davidberenstein1957's picture
update package configs
86da822
raw
history blame contribute delete
334 Bytes
[project]
name = "ohp"
version = "0.1.0"
description = "A human feedback project"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.1.0",
"distilabel>=1.4.1",
"ipykernel>=6.29.5",
]
[dependency-groups]
ml = [
"trl>=0.12.2",
]
app = [
"gradio>=5.10.0",
"huggingface-hub>=0.26.5",
]