-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 823 Bytes
/
Copy pathpyproject.toml
File metadata and controls
35 lines (32 loc) · 823 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
[project]
name = "rsovs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.10.9",
"nvmpy>=0.2.4",
"open-clip-torch>=3.3.0",
"torchaudio==2.4.1",
"torchvision==0.19.1",
"transformers==4.35.2",
"ultralytics>=8.4.62",
"kornia>=0.8.3",
"scikit-learn>=1.9.0",
"einops>=0.8.2",
"jsonargparse>=4.49.0",
"omegaconf>=2.3.1",
"tensorboard>=2.20.0",
"pydensecrf2>=1.1",
"uplift[vit]",
]
[[tool.uv.index]]
url = "https://download.pytorch.org/whl/cu121"
[[tool.uv.index]]
name = "aliyun-pytorch"
url = "https://mirrors.nju.edu.cn/pytorch/whl/cu128"
explicit = true
[tool.uv.sources]
torch = { index = "aliyun-pytorch" }
uplift = { git = "https://github.com/mwalmer-umd/UPLiFT.git" }