-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 823 Bytes
/
pyproject.toml
File metadata and controls
34 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
[project]
name = "flair-tractography"
version = "0.1.0"
description = "Flair tractography journal extension implementation."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aim>=3.29.1",
"dipy>=1.9.0",
"fire>=0.7.1",
"more-itertools>=10.8.0",
"numpy<2.0",
"pandas-stubs>=2.3.3.251219",
"plumbum>=1.10.0",
"pytorch-graph[full]>=0.2.5",
"scilpy>=2.2.1",
"seaborn>=0.13.2",
"snakemake>=9.13.7",
"snakemake-executor-plugin-cluster-generic>=1.0.9",
"snakemake-storage-plugin-fs>=1.1.3",
"torch>=2.10.0",
"torchvision>=0.25.0",
]
[dependency-groups]
dev = [
"ipython>=9.7.0",
"snakemake-logger-plugin-snkmt>=0.1.5",
"spython>=0.3.14",
"ssh-para>=1.7.53",
]
[tool.uv.sources]
scilpy = { git = "https://github.com/scilus/scilpy.git" }