1+ [build-system ]
2+ requires = [" setuptools>=45" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " heartSegClinic"
7+ version = " 0.0.1"
8+ description = " See Readme.md on github for more details."
9+ readme = " README.md"
10+ requires-python = " >=3.8,<3.11"
11+ license = { text = " CC BY-NC 4.0" }
12+ authors = [
13+ { name = " Cosmin Ciausu" , email = " cciausu@bwh.harvard.edu" }
14+ ]
15+ dependencies = [
16+ " setuptools>=45" ,
17+ " importlib_resources>=5.1" ,
18+ " dicom2nifti==2.5.0" ,
19+ " joblib==1.4.2" ,
20+ " numpy==1.24.3" ,
21+ " pydicom==2.4.4" ,
22+ " pynrrd==1.1.1" ,
23+ " pyplastimatch==0.4.6" ,
24+ " rt_utils==1.2.7" ,
25+ " SimpleITK==2.4.0" ,
26+ " tensorflow==2.10.0" ,
27+ " tensorflow-estimator==2.10.0" ,
28+ " tqdm" ,
29+ " pandas; python_version == '3.8'" ,
30+ " pandas; python_version == '3.9'" ,
31+ " pandas==2.3.1; python_version == '3.10'" ,
32+ " scipy==1.10.1; python_version in '3.8, 3.9'" ,
33+ " scipy==1.14.1; python_version == '3.10'" ,
34+ " scikit-image==0.21.0; python_version in '3.8, 3.9'" ,
35+ " scikit-image==0.24.0; python_version == '3.10'" ,
36+ " tensorflow-io-gcs-filesystem==0.34.0; python_version in '3.8, 3.9'" ,
37+ " tensorflow-io-gcs-filesystem==0.37.1; python_version == '3.10'" ,
38+ " python-gdcm==3.0.24.1; python_version in '3.8, 3.9'"
39+ ]
40+
41+ [project .urls ]
42+ Homepage = " https://github.com/??/??"
43+
44+ [project .scripts ]
45+ heartSegClinic = " heartSegClinic.cli.heartSegClinic:main"
0 commit comments