-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (35 loc) · 813 Bytes
/
pyproject.toml
File metadata and controls
37 lines (35 loc) · 813 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 = "spatialdino"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.2.1",
"imagecodecs>=2026.3.6",
"matplotlib>=3.10.6",
"monai>=1.4.0",
"natsort>=8.4.0",
"numba>=0.61.2",
"omegaconf>=2.3.0",
"openpyxl>=3.1.5",
"pandas>=2.3.2",
"pyclesperanto>=0.18.3",
"pyparsing>=3.2.4",
"rich>=14.1.0",
"scikit-image>=0.25.2",
"scikit-learn>=1.7.2",
"stackview>=0.18.0",
"torch>=2.8.0",
"torch-pca>=1.1.0",
"torchvision>=0.23.0",
"tqdm>=4.67.1",
"wandb>=0.25.1",
"webdataset>=1.0.2",
"xformers>=0.0.32.post2",
]
[tool.uv.workspace]
members = ["apps/server"]
[build-system]
requires = ["uv_build>=0.8.14,<0.9.0"]
build-backend = "uv_build"