-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
29 lines (27 loc) · 755 Bytes
/
setup.py
File metadata and controls
29 lines (27 loc) · 755 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
from setuptools import setup, find_packages
setup(
name='AgeMapper',
version='0.0.1',
description='AgeMapper: A Deep Learning Framework for Brain Age Estimation',
license='BSD 3-clause license',
maintainer='Andrei-Claudiu Roibu',
maintainer_email='andrei-claudiu.roibu@dtc.ox.ac.uk',
install_requires=[
'numpy',
'pandas',
'torch==1.13.1',
'fslpy',
'tensorboardX',
'sklearn',
'ipython',
'nibabel',
'h5py',
'hdf5',
'seaborn',
'matplotlib',
'scikit-learn',
'seaborn',
'scipy',
],
)
# NOTE: THIS NEEDS to be updated, as it is an old, out-of-date version. Need to update this by the end of the project!