dataset_quiz / pyproject.toml
burtenshaw
first commit
31157e8
raw
history blame contribute delete
263 Bytes
[project]
name = "quiz-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.2.0",
"gradio[oauth]>=5.13.1",
"huggingface-hub>=0.27.1",
"ipykernel>=6.29.5",
]