forked from Defense-Circuits-Lab/findmycells
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
38 lines (37 loc) · 1.13 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 = findmycells
lib_name = findmycells
version = 0.1.4
min_python = 3.9
license = gpl3
doc_path = _docs
lib_path = findmycells
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = False
branch = main
custom_sidebar = False
doc_host = https://Defense-Circuits-Lab.github.io
doc_baseurl = /findmycells
git_url = https://github.com/Defense-Circuits-Lab/findmycells
title = findmycells
audience = Developers
author = DSegebarth
author_email = [email protected]
copyright = 2022 onwards, DSegebarth
description = An end-to-end bioimage analysis pipeline with state-of-the-art tools for non-coding experts
keywords = nbdev jupyter notebook python
language = English
status = 3
user = Defense-Circuits-Lab
requirements = shapely>=1.8.0 ipywidgets==7.6.5 jupyterlab imageio==2.21.3 scikit-image==0.19.3
pip_requirements = deepflash2==0.1.7 cellpose>=2.0.5 czifile roifile connected-components-3d ipyfilechooser wget jupyterlab-widgets==1.0.2
dev_requirements = nbdev
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False