-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 742 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 742 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
[project]
name = "timar"
version = "1.0.0"
description = "A causal, turn-level framework for interactive 3D conversational head generation, unifying talking and listening behaviors through interleaved multimodal modeling and diffusion-based decoding."
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"calflops>=0.3.2",
"librosa>=0.11.0",
"matplotlib>=3.9.4",
"openpyxl>=3.1.5",
"scikit-learn>=1.6.1",
"scipy>=1.13.1",
"tensorboard>=2.20.0",
"timm>=1.0.19",
"torch>=2.8.0",
"torchaudio>=2.8.0",
"torchvision>=0.23.0",
"transformers>=4.56.2",
]
[dependency-groups]
dev = [
"pytest>=8.4.2",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true