forked from HKUDS/ViMax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 856 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 856 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 = "autolongvideogeneration"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chardet>=5.2.0",
"faiss-cpu>=1.12.0",
"google-genai>=1.47.0",
"langchain>=0.3.26",
"langchain-community>=0.3.27",
"langchain-openai>=0.3.27",
"moviepy>=2.2.1",
"openai>=1.95.0",
"opencv-python",
"scenedetect[opencv]>=0.6.7.1",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
torchaudio = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true
[[index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true