sonar_core_1 / pyproject.toml
Vu Anh
Replace Sonar model with UTS2017_Bank Vietnamese text classification
197dc42
raw
history blame contribute delete
357 Bytes
[project]
name = "sonar-core-1"
version = "0.1.0"
description = "A simple scikit-learn model for the Sonar dataset"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"scikit-learn>=1.3.0",
"numpy>=1.24.0",
"huggingface-hub>=0.35.0",
"joblib>=1.5.2",
"datasets>=4.1.1",
]
[dependency-groups]
dev = [
"ruff>=0.13.1",
]