unit1-certification-app / pyproject.toml
burtenshaw
remove huggingface_hub sdk
63aa52f
raw
history blame
259 Bytes
[project]
name = "certification-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.15.0",
"pandas>=2.2.3",
"pillow>=11.1.0",
]