inference_prototype_test / pyproject.toml
maxachis's picture
Add spacy and first model
bdec51c
raw
history blame
249 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",
"spacy>=3.8.7",
]