We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc1b9e commit 3e31b0fCopy full SHA for 3e31b0f
1 file changed
environment.yaml
@@ -12,15 +12,17 @@ dependencies:
12
- numba
13
- numpy
14
- pandas
15
- - pip
16
- - pytest
+ - pip
17
- python>=3.8
18
- scanpy
19
- scikit-learn>=1.6
20
- scipy
21
- seaborn
22
- statsmodels>=0.14
23
- tqdm
+
24
+ # for development
25
+ - pytest
26
- wheel
27
28
# for documentation
@@ -33,7 +35,10 @@ dependencies:
33
35
- jupyter_contrib_nbextensions
34
36
37
- pip:
38
+ - sklearn-ensemble-cv>=0.2.4
39
40
41
- build
42
- pyproject-hooks
- - sklearn-ensemble-cv>=0.2.4
43
44
0 commit comments