Skip to content

Commit a732789

Browse files
committed
fix dgl and builds
1 parent 825d4ae commit a732789

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

environment.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ channels:
33
- bioconda
44
- conda-forge
55
- defaults
6-
- dglteam
7-
- pyg
8-
- pytorch
6+
- dgl
97
dependencies:
108
- anndata=0.6.22
119
- biopython=1.78
1210
- dataclasses=0.8
13-
- dgl=2.1.0
11+
- dgl=1.1.3
1412
- fuzzywuzzy=0.18.0
1513
- huggingface_hub=0.20.3
1614
- mygene=3.2.2
@@ -19,28 +17,27 @@ dependencies:
1917
- python=3.9.13
2018
- pip=23.3.1
2119
- 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
2621
- requests=2.31.0
2722
- scikit-learn=1.2.2
2823
- seaborn=0.12.2
2924
- 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
3426
- 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
3631
- gget==0.28.4
3732
- pydantic==2.6.3
3833
- gget==0.28.4
3934
- pydantic==2.6.3
4035
- gget==0.28.4
4136
- pydantic==2.6.3
37+
- pytest==8.3.2
4238
- rdkit==2023.9.5
43-
- tiledbsoma==1.7.2
39+
- tiledbsoma==1.11.4
40+
- transformers==4.43.4
4441
- yapf==0.40.2
4542
variables:
4643
KMP_DUPLICATE_LIB_OK: "TRUE"

requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
accelerate==0.33.0
12
biopython>=1.78,<2.0
23
dataclasses>=0.6,<1.0
4+
datasets==2.20.0
5+
evaluate==0.4.2
36
fuzzywuzzy>=0.18.0,<1.0
47
huggingface_hub>=0.20.3,<1.0
58
mygene>=3.2.2,<4.0.0
@@ -11,7 +14,8 @@ requests>=2.31.0,<3.0.0
1114
scikit-learn==1.2.2
1215
seaborn>=0.12.2,<1.0.0
1316
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
1519
gget>=0.28.4,<1.0.0
1620
pydantic>=2.6.3,<3.0.0
1721
rdkit>=2023.9.5,<2024.3.1

0 commit comments

Comments
 (0)