-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
41 lines (39 loc) · 966 Bytes
/
pyproject.toml
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
38
39
40
41
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "crashs"
version = "0.2.9"
authors = [
{ name="Paul Yushkevich", email="[email protected]" },
]
description = "CRASHS: Cortical Reconstruction for Automated Segmentation of Hippocampal Subfields (ASHS)"
dependencies = [
'numpy',
'torch',
'pykeops',
'pymeshlab',
'vtk',
'SimpleITK',
'geomloss',
'statsmodels',
'monai',
'picsl_c3d>=1.4.2.1',
'picsl_greedy>=0.0.5',
'picsl_cmrep>=1.0.2.0',
'nnunetv2',
'acvl_utils==0.2',
'blosc2'
]
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering :: Medical Science Apps."
]
[project.urls]
Homepage = "https://github.com/pyushkevich/crashs"