File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -30,38 +30,38 @@ requires-python = ">= 3.9"
30
30
31
31
dependencies = [
32
32
" anndata>=0.8.0" ,
33
- " apsw" ,
34
- " bbknn" ,
35
- " cgatcore" ,
36
- " drmaa" ,
33
+ " apsw" ,
34
+ " bbknn" ,
35
+ " cgatcore" ,
36
+ " drmaa" ,
37
37
" gevent" ,
38
38
" harmonypy" ,
39
39
" jax<=0.4.23" ,
40
40
" jaxlib<=0.4.23" ,
41
- " leidenalg" ,
41
+ " leidenalg" ,
42
42
" louvain" ,
43
43
" matplotlib<=3.7.3" ,
44
44
" mofapy2" ,
45
45
" mudata>=0.2.1" ,
46
46
" muon" ,
47
- " numpy== 1.22.4" ,
47
+ " numpy>= 1.22.4" ,
48
48
" openpyxl" ,
49
- " packaging" ,
50
- " pandas>=1.0" ,
51
- " paramiko" ,
49
+ " packaging" ,
50
+ " pandas>=1.0" ,
51
+ " paramiko" ,
52
52
" pep8" ,
53
53
" pysam" ,
54
54
" pynndescent" ,
55
55
" pytest" ,
56
56
" pyyaml" ,
57
- " ruffus" ,
58
- " scanorama" ,
59
- " scanpy>=1.9.1" ,
57
+ " ruffus" ,
58
+ " scanorama" ,
59
+ " scanpy>=1.9.1" ,
60
60
" scib" ,
61
61
" seaborn<=0.12.2" ,
62
- " scikit-misc" ,
62
+ " scikit-misc" ,
63
63
" scirpy" ,
64
- " scrublet" ,
64
+ " scrublet" ,
65
65
" scvi-tools>=0.16.3" ,
66
66
" sqlalchemy" ]
67
67
You can’t perform that action at this time.
0 commit comments