-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (33 loc) · 986 Bytes
/
pyproject.toml
File metadata and controls
37 lines (33 loc) · 986 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
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "subcortexmesh"
description = "Surface-based postprocessing of subcortical segmentations"
keywords = ["subcortices", "subcortical", "surface", "mesh", "vertex", "brain", "imaging", "structural"]
version = "0.0.1"
dependencies = [
"antspyx>=0.6.2",
"pyvista>=0.46.4",
"scikit-learn>=1.7.2",
"vtk>=9.5.2",
"brainstat>=0.4.2",
"nibabel>=5.3.2",
"scipy>=1.15.2",
"scikit-learn>=1.7.2"
]
requires-python = ">=3.10.19"
authors = [
{name = "Charly H. A. Billaud", email = "charly.billaud@ntu.edu.sg"},
{name = "Junhong Yu", email = "junhong.yu@ntu.edu.sg"}
]
maintainers = [
{name = "Charly H. A. Billaud", email = "charly.billaud@ntu.edu.sg"}
]
readme = "README.md"
license = "GPL-3.0-or-later"
[project.urls]
Repository = "https://github.com/chabld/SubCortexMesh"
Documentation = "https://subcortexmesh.readthedocs.io/"
[tool.setuptools]
packages = ["subcortexmesh"]