-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
executable file
·36 lines (34 loc) · 957 Bytes
/
setup.cfg
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
[metadata]
name = cornucopia
author = Yael Balbastre
author_email = [email protected]
description = An abundance of augmentation layers
long_description = file:README.md
long_description_content_type = text/markdown
platforms = OS Independent
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Medical Science Apps.
project_urls =
Source Code=https://github.com/balbasty/cornucopia
[options]
python_requires = >= 3.6
install_requires =
torch >= 1.8
numpy
nibabel
torch-interpol >= 0.2.4
torch-distmap
[versioneer]
VCS = git
style = pep440
versionfile_source = cornucopia/_version.py
versionfile_build = cornucopia/_version.py
tag_prefix =
parentdir_prefix =