forked from facebookresearch/VisualVoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
41 lines (37 loc) · 840 Bytes
/
pyproject.toml
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
38
39
40
41
[project]
name = "visualvoice"
version = "0.1.0"
description = "Add your description here"
dependencies = [
"setuptools>=68.0.0",
"opencv-python<=4.8.0.74",
"librosa==0.7.0",
"imageio<=2.31.1",
"scipy<=1.10.1",
"Pillow<=10.0.0",
"facenet-pytorch<=2.5.3",
"torch==1.7.1+cu110",
"matplotlib<=3.7.2",
"face-alignment==1.2.0",
"numba==0.48",
"mmcv<=2.0.1",
"h5py<=3.9.0",
"av==8.0.3",
"resampy>=0.2.0,<0.4.2",
"llvmlite<=0.33.0",
"numpy<=1.23.0",
]
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[[tool.rye.sources]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu110"
type = "index"