-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
40 lines (37 loc) · 1.26 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
[DEFAULT]
repo = pheno-utils
lib_name = pheno-utils
version = 0.4.0
min_python = 3.7
license = apache2
black_formatting = False
doc_path = _docs
lib_path = pheno_utils
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True
branch = main
custom_sidebar = True
doc_host = https://phenoai.github.io
doc_baseurl = /pheno-utils
git_url = https://github.com/phenoai/pheno-utils
title = pheno-utils
audience = Developers
author = pheno.ai
author_email = [email protected]
copyright = 2023 onwards, pheno.ai
description = Pheno data utils - viz, loaders, mergers
keywords = nbdev jupyter notebook python
language = English
status = 3
user = pheno-ai
requirements = fastcore pandas==2.1.0 pyarrow scipy fastparquet matplotlib seaborn scikit-learn pyCompare pygam smart_open "dask[dataframe]" requests urllib3
; requirements = fastcore==1.5.29 pandas==2.1.0 pyarrow==13.0.0 scipy==1.11.2 fastparquet==2023.8.0 matplotlib==3.7.2 seaborn==0.13.0 scikit-learn==1.3.0 pyCompare==1.5.4 pygam==0.9.0 smart_open==6.3.0 neurokit2==0.2.5 "dask[dataframe]" requests==2.31.0 urllib3==1.26.6
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
package_data = ['config_setup/*.json', 'config_setup/*.py']