forked from MMIV-ML/fastMONAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
49 lines (43 loc) · 1.18 KB
/
settings.ini
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
[DEFAULT]
# All sections below are required unless otherwise specified
# see https://github.com/fastai/nbdev/blob/master/settings.ini for examples
### Python Library ###
lib_name = fastMONAI
min_python = 3.7
version = 0.1.9
### OPTIONAL ###
requirements = fastai==2.7.9 monai==1.0.1 torchio==0.18.85 xlrd>=1.2.0 scikit-image==0.19.3 huggingface-hub
dev_requirements = ipywidgets nbdev tabulate
### nbdev ###
nbs_path = nbs
doc_path = _docs
recursive = False
tst_flags = notest
### Documentation ###
host = github
repo = fastMONAI
branch = master
custom_sidebar = True
jupyter_hooks = True
clean_ids = False
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys = True
allowed_cell_metadata_keys = True
### PyPI ###
audience = Developers
author = Satheshkumar Kaliyugarasan
author_email = [email protected]
copyright = 2022 onwards, Mohn Medical Imaging and Visualization Centre
description = fastMONAI library
keywords = deep learning, medical imaging
language = English
license = apache2
status = 2
user = MMIV-ML
### Inferred From Other Values ###
doc_host = https://fastmonai.no
doc_baseurl = /
git_url = https://github.com/MMIV-ML/fastMONAI
lib_path = %(lib_name)s
title = %(lib_name)s