-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (54 loc) · 1.29 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
[metadata]
name = pitn
author = Tyler Spears
author_email = [email protected]
description = Pain in the Net - Using machine learning and MRI to advance pain therapy.
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: pitn.__version__
url = https://github.com/TylerSpears/pitn
keywords =
mri
diffusion mri
biomedical
image processing
deep learning
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
Programming Language :: Python :: Implementation
Programming Language :: Python :: Implementation :: CPython
Operating System :: POSIX :: Linux
Natural Language :: English
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Medical Science Apps.
license_files =
LICENSE.txt
[options]
python_requires = >= 3.8
packages = find:
zip_safe = False
install_requires =
#numpy>=1.2
#torch>=1.8
#torchvision>=0.11
#einops>=0.3
#torchio>=0.18
#antspyx>=0.2
#addict>=2.4
#monai>=0.7
#piq>=0.6
#dipy>=1.4
numpy
torch
torchvision
einops
#torchio
#antspyx
#addict
#monai
#piq
#dipy