Skip to content

Commit 41c1fab

Browse files
committed
updated deepchem related packages
1 parent 60a6402 commit 41c1fab

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pip/cpu_requirements.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
tensorflow-cpu~=2.14.0
1212

13-
torch==2.1.2
13+
torch==2.2.1+cpu
1414
torch_geometric
1515
lightning
1616

17+
--find-links https://data.dgl.ai/wheels/torch-2.1/repo.html
1718
dgl==2.1.0
1819
dgllife
19-
scipy>=1.10
20+
#scipy>=1.10
2021
numpy<2
2122

2223
scikit-learn==1.2.2
@@ -48,6 +49,10 @@ mordred
4849
pytest
4950
ipykernel
5051

51-
deepchem==2.7.1
52+
deepchem==2.8
5253
rdkit==2024.3.5
54+
# deepchem 2.8 requires lightgbm.
55+
lightgbm
56+
5357
pyyaml>=6.0
58+

0 commit comments

Comments
 (0)