Skip to content

Commit 3e31b0f

Browse files
committed
Update environment.yaml
1 parent 6fc1b9e commit 3e31b0f

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

environment.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ dependencies:
1212
- numba
1313
- numpy
1414
- pandas
15-
- pip
16-
- pytest
15+
- pip
1716
- python>=3.8
1817
- scanpy
1918
- scikit-learn>=1.6
2019
- scipy
2120
- seaborn
2221
- statsmodels>=0.14
2322
- tqdm
23+
24+
# for development
25+
- pytest
2426
- wheel
2527

2628
# for documentation
@@ -33,7 +35,10 @@ dependencies:
3335
- jupyter_contrib_nbextensions
3436

3537
- pip:
38+
- sklearn-ensemble-cv>=0.2.4
39+
40+
# for development
3641
- build
3742
- pyproject-hooks
38-
- sklearn-ensemble-cv>=0.2.4
43+
3944

0 commit comments

Comments
 (0)