forked from arokem/SynthSeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (34 loc) · 839 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
37
38
[metadata]
name = SynthSeg
url = https://github.com/BBillot/SynthSeg
download_url = https://github.com/BBillot/SynthSeg
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering
description = Contrast-agnostic segmentation of MRI scans
long_description = file:README.md
long_description_content_type = text/markdown
platforms = OS Independent
version = 0.1
[options]
setup_requires =
setuptools_scm
python_requires = >=3.7
install_requires =
tensorflow
keras==2.3.1
nibabel
sklearn
tqdm
pillow
matplotlib
ipython
packages = find:
[options.extras_require]
gpu =
tensorflow-gpu==2.0.1