inference_prototype_test / pyproject.toml
Max Chis
Create pyproject.toml
b690bb2
raw
history blame
229 Bytes
[project]
name = "inference-prototype-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"huggingface-hub>=0.33.2",
"scikit-learn>=1.7.0",
]