radar-1 / pyproject.toml
rain1024's picture
Update to use underthesea_core for FastText inference
9b203d0
[project]
name = "radar"
version = "1.0.0"
description = "Language Detection for underthesea"
readme = "README.md"
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{name = "UnderTheSea NLP", email = "undertheseanlp@gmail.com"}
]
keywords = ["vietnamese", "nlp", "language-detection", "language-identification"]
dependencies = [
"underthesea>=9.2.9",
"underthesea_core>=3.3.0",
"click>=8.0.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"huggingface-hub>=0.20.0",
"scikit-learn>=1.0.0",
"datasets>=2.0.0",
"fasttext-wheel>=0.9.2",
"numpy<2",
]
[project.urls]
Homepage = "https://huggingface.co/undertheseanlp/radar-1"
Repository = "https://github.com/undertheseanlp/radar"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]