-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
65 lines (61 loc) · 1.31 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = nitorch
author = Yael Balbastre <[email protected]>, Mikael Brudfors <[email protected]>
author_email = [email protected]
description = NeuroImaging in PyTorch
long_description = file:README.md
platforms = OS Independent
license = MIT
license_files = 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/nitorch
[options]
python_requires = >= 3.6
# we should be able to make all numpy/scipy dependencies optional
install_requires =
torch >= 1.4
numpy
scipy
torch-interpol
[options.entry_points]
console_scripts =
nitorch = nitorch.cli:cli
[options.extras_require]
all =
numpy
nibabel<=4
tiffile
wget
appdirs
matplotlib
io =
numpy
nibabel<=4
tifffile
data =
wget
appdirs
plot =
matplotlib
numpy =
numpy
nibabel =
numpy
nibabel<=4
tiff =
numpy
tifffile
[versioneer]
VCS = git
style = pep440
versionfile_source = nitorch/_version.py
versionfile_build = nitorch/_version.py
tag_prefix =
parentdir_prefix =