rupkotha / pyproject.toml
Deb
rupkotha_1st_commit
f655146
Raw
History Blame Contribute Delete
199 Bytes
[project]
name = "rupkatha"
version = "0.1.0"
requires-python = ">=3.10,<3.13"
dependencies = [
"gradio>=6.17.3",
"modal>=1.5.0",
]
[dependency-groups]
finetune = [
"datasets>=5.0.0",
]