-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (37 loc) · 935 Bytes
/
pyproject.toml
File metadata and controls
37 lines (37 loc) · 935 Bytes
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
30
31
32
33
34
35
36
37
[project]
name = "asr-service-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"dotenv>=0.9.9",
"fastapi[standard]>=0.115.12",
"hf-transfer>=0.1.9",
"huggingface-hub[hf-xet]>=0.36.0",
"langchain-openai>=0.3.34",
"langchain-deepseek>=1.0.1",
"langchain>=0.4.1",
"langgraph>=0.6.8",
"librosa>=0.11.0",
"noisereduce>=3.0.3",
"numpy>=1.26.4,<2.0",
"openai>=1.107.1",
"psutil>=7.1.3",
"pydantic-settings>=2.10.1",
"pydantic>=2.11.7",
"pyarrow==20.0.0",
"ruff>=0.14.4",
"soundfile>=0.13.1",
"transformers>=4.57.3",
"typhoon-asr>=0.1.1",
"uvicorn>=0.34.2",
"ml-dtypes>=0.5.0,<0.6.0",
"torch>=2.4.1",
"cuda-python>=13.1.1",
"torchaudio>=2.9.1",
"torchcodec>=0.9.1",
"whisper-timestamped>=1.15.4",
"pythainlp>=5.0.0",
"ten-vad>=0.1.0",
]