chore(pyproject): update dependencies && remove numpy

This commit is contained in:
Jianqi Pan 2025-02-21 22:39:48 +09:00
parent 3e02bbbba5
commit 33a690a109

View File

@ -5,12 +5,7 @@ description = "A simple and easy-to-use wrapper for the tagger model created by
authors = [{ name = "Jianqi Pan", email = "jannchie@gmail.com" }]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"huggingface-hub>=0.26.2",
"numpy<2",
"pandas>=2.2.3",
"pillow>=11.0.0",
]
dependencies = ["huggingface-hub>=0.26.2", "pandas>=2.2.3", "pillow>=11.0.0"]
[dependency-groups]
dev = ["pytest>=8.3.3", "pytest-benchmark>=5.1.0", "ruff>=0.8.0"]