Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# deep learning
|
| 2 |
# Install with conda
|
| 3 |
-
torch >= 2.
|
| 4 |
torch_geometric
|
| 5 |
-
lightning >= 2.
|
| 6 |
torchmetrics
|
| 7 |
transformers
|
| 8 |
scikit-learn
|
|
@@ -27,7 +27,7 @@ fair-esm # CoaDTI-pro
|
|
| 27 |
# feature extraction
|
| 28 |
rdkit
|
| 29 |
mordred
|
| 30 |
-
networkx
|
| 31 |
mhfp
|
| 32 |
panel
|
| 33 |
bokeh
|
|
|
|
| 1 |
# deep learning
|
| 2 |
# Install with conda
|
| 3 |
+
torch >= 2.2
|
| 4 |
torch_geometric
|
| 5 |
+
lightning >= 2.2
|
| 6 |
torchmetrics
|
| 7 |
transformers
|
| 8 |
scikit-learn
|
|
|
|
| 27 |
# feature extraction
|
| 28 |
rdkit
|
| 29 |
mordred
|
| 30 |
+
networkx
|
| 31 |
mhfp
|
| 32 |
panel
|
| 33 |
bokeh
|