File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ channels:
3
3
- bioconda
4
4
- conda-forge
5
5
- defaults
6
- - dglteam
7
- - pyg
8
- - pytorch
6
+ - dgl
9
7
dependencies :
10
8
- anndata=0.6.22
11
9
- biopython=1.78
12
10
- dataclasses=0.8
13
- - dgl=2 .1.0
11
+ - dgl=1 .1.3
14
12
- fuzzywuzzy=0.18.0
15
13
- huggingface_hub=0.20.3
16
14
- mygene=3.2.2
@@ -19,28 +17,27 @@ dependencies:
19
17
- python=3.9.13
20
18
- pip=23.3.1
21
19
- pandas=2.1.4
22
- - pyg=2.5.0
23
- - pytorch=2.2.1
24
- - pyg=2.5.0
25
- - pytorch=2.2.1
20
+ - pytorch=2.1.2
26
21
- requests=2.31.0
27
22
- scikit-learn=1.2.2
28
23
- seaborn=0.12.2
29
24
- tqdm=4.65.0
30
- - torchaudio=2.2.1
31
- - torchvision=0.17.1
32
- - torchaudio=2.2.1
33
- - torchvision=0.17.1
25
+ - torchvision=0.16.1
34
26
- pip :
35
- - cellxgene-census==1.10.2
27
+ - accelerate==0.33.0
28
+ - cellxgene-census==1.15.0
29
+ - datasets==2.20.0
30
+ - evaluate==0.4.2
36
31
- gget==0.28.4
37
32
- pydantic==2.6.3
38
33
- gget==0.28.4
39
34
- pydantic==2.6.3
40
35
- gget==0.28.4
41
36
- pydantic==2.6.3
37
+ - pytest==8.3.2
42
38
- rdkit==2023.9.5
43
- - tiledbsoma==1.7.2
39
+ - tiledbsoma==1.11.4
40
+ - transformers==4.43.4
44
41
- yapf==0.40.2
45
42
variables :
46
43
KMP_DUPLICATE_LIB_OK : " TRUE"
Original file line number Diff line number Diff line change
1
+ accelerate == 0.33.0
1
2
biopython >= 1.78 ,< 2.0
2
3
dataclasses >= 0.6 ,< 1.0
4
+ datasets == 2.20.0
5
+ evaluate == 0.4.2
3
6
fuzzywuzzy >= 0.18.0 ,< 1.0
4
7
huggingface_hub >= 0.20.3 ,< 1.0
5
8
mygene >= 3.2.2 ,< 4.0.0
@@ -11,7 +14,8 @@ requests>=2.31.0,<3.0.0
11
14
scikit-learn == 1.2.2
12
15
seaborn >= 0.12.2 ,< 1.0.0
13
16
tqdm >= 4.65.0 ,< 5.0.0
14
- cellxgene-census >= 1.10.2 ,< 2.0.0
17
+ transformers == 4.43.4
18
+ cellxgene-census == 1.15.0
15
19
gget >= 0.28.4 ,< 1.0.0
16
20
pydantic >= 2.6.3 ,< 3.0.0
17
21
rdkit >= 2023.9.5 ,< 2024.3.1
You can’t perform that action at this time.
0 commit comments