File size: 672 Bytes
a8d652b 28e721c a8d652b b008167 a8d652b 28e721c a8d652b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | [build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "myna-hokkien"
version = "0.2.0"
description = "iNLP-Lab Myna-Hokkien native Qwen3-Omni inference runtime"
requires-python = ">=3.10"
dependencies = [
"torch>=2.6",
"torchvision>=0.21",
"pillow>=10",
"transformers==4.57.1",
"accelerate>=1.10,<2",
"huggingface_hub>=0.36,<2",
"safetensors>=0.4",
"numpy>=1.26,<3",
"librosa>=0.11,<1",
"soundfile>=0.13,<1",
]
[project.urls]
Homepage = "https://huggingface.co/iNLP-Lab/MynaHokkien"
Repository = "https://huggingface.co/iNLP-Lab/MynaHokkien"
[tool.setuptools.packages.find]
include = ["mynahokkien*"]
|