File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 ],
2121 "_exclude_on_template_update" : [
2222 " .github/ISSUE_TEMPLATE/**" ,
23+ " environment.yml" ,
2324 " *.md" ,
2425 " src/**" ,
2526 " docs/*.md" ,
Original file line number Diff line number Diff line change 1+ # declare dependencies for binder and for executing notebooks on CI
2+ name : tutorials
3+ channels :
4+ - conda-forge
5+ dependencies :
6+ - python=3.12
7+ - jupyter-cache
8+ - ipykernel
9+ - ipython
10+ - jupyterlab-myst
11+ - jupytext
12+ - pip>=24.2
13+ - pip :
14+ - scanpy>=1.10
15+ - scrublet
16+ - leidenalg
17+ # We need this commit: https://github.com/saezlab/decoupler-py/commit/0b3d9a975e06230ebbc32a6f97810be1730b8562
18+ - decoupler @ git+https://github.com/saezlab/decoupler-py.git
19+ - celltypist
20+ - seaborn
21+ - mudata
22+ - muon
23+ - mudatasets
24+ - omnipath
25+ - pooch
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ lint.pydocstyle.convention = "numpy"
114114[tool .cruft ]
115115skip = [
116116 " .github/ISSUE_TEMPLATE" ,
117+ " environment.yml" ,
117118 " *.md" ,
118119 " src" ,
119120 " docs/*.md" ,
You can’t perform that action at this time.
0 commit comments