-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (28 loc) · 744 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (28 loc) · 744 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
[project]
name = "skincancerimageclassificationresearch"
version = "0.1.0"
description = "Binary skin cancer classification from dermoscopy images using DINOv2"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"jupyter>=1.1.1",
"matplotlib>=3.10.8",
"opencv-python>=4.13.0.92",
"openpyxl>=3.1.5",
"pandas>=3.0.0",
"scikit-learn>=1.8.0",
"seaborn>=0.13.2",
"timm>=1.0.26",
"torch",
"torchvision",
"tqdm>=4.67.3",
"transformers>=5.5.0",
]
[[tool.uv.index]]
name = "pytorch-cu121"
url = "https://download.pytorch.org/whl/cu121"
explicit = true
[tool.uv.sources]
torch = { index = "pytorch-cu121" }
torchvision = { index = "pytorch-cu121" }
torchaudio = { index = "pytorch-cu121" }