Skip to content

Commit 4db4729

Browse files
committed
restore env.yml
1 parent f099c56 commit 4db4729

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

.cruft.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"_exclude_on_template_update": [
2222
".github/ISSUE_TEMPLATE/**",
23+
"environment.yml",
2324
"*.md",
2425
"src/**",
2526
"docs/*.md",

environment.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ lint.pydocstyle.convention = "numpy"
114114
[tool.cruft]
115115
skip = [
116116
".github/ISSUE_TEMPLATE",
117+
"environment.yml",
117118
"*.md",
118119
"src",
119120
"docs/*.md",

0 commit comments

Comments
 (0)