-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 768 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (27 loc) · 768 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
[build-system]
requires = ["setuptools >= 69.2.0"]
build-backend = "setuptools.build_meta"
[project]
name = "AugmentedDataLoader"
version = "3.0.5"
authors = [
{ name="Ciro Benito Raggio", email="ciro.raggio@kit.edu" },
{ name="Paolo Zaffino", email="p.zaffino@unicz.it" },
]
description = "Medical image augmentation tool integrated with PyTorch & MONAI."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [
"monai",
"torch",
"matplotlib"
]
[project.urls]
Homepage = "https://github.com/ciroraggio/AugmentedDataLoader"
Issues = "https://github.com/ciroraggio/AugmentedDataLoader/issues"