-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (41 loc) · 940 Bytes
/
Copy pathpyproject.toml
File metadata and controls
44 lines (41 loc) · 940 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
38
39
40
41
42
43
44
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "SUGFW-plus"
version = "1.0"
description = "SUGFW+ Project"
authors = [
{ name = "Xiaochuan Ma", email = "exclusive.xcm@gmail.com" }
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"matplotlib",
"scikit-learn",
"scikit-image",
"einops==0.6.1",
"h5py==3.8.0",
"icecream==2.1.3",
"imageio==2.28.1",
"MedPy==0.4.0",
"nibabel==5.1.0",
"monai==1.1.0",
"numpy==1.23.1",
"opencv_python==4.7.0.72",
"pycocotools==2.0.6",
"safetensors==0.3.1",
"scipy==1.10.1",
"SimpleITK==2.2.1",
"tensorboardX==2.6",
"tqdm==4.65.0",
"ml-collections==0.1.1",
"pycocotools==2.0.6",
"onnx==1.14.0",
"onnxruntime==1.14.1",
"pandas==2.0.2",
]
[tool.setuptools]
packages = []
[project.urls]
Homepage = "https://github.com/Exclusivexc/SUGFW+"