sft_code_quiz / pyproject.toml
Hammad6271's picture
base url fix and version changes
5a83103
raw
history blame
295 Bytes
[project]
name = "code-assignment-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"black>=25.1.0",
"datasets>=3.2.0",
"gradio[oauth]==5.15.0",
"huggingface-hub>=0.31.0",
"ipykernel>=6.29.5",
]