inference_prototype_test / pyproject.toml
maxachis's picture
Set up logic for loading from Huggingface
ec19c57
raw
history blame
273 Bytes
[project]
name = "inference-prototype-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"environs>=14.2.0",
"huggingface-hub>=0.33.2",
"scikit-learn>=1.7.0",
"spacy>=3.8.7",
]