Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
-
-i https://download.pytorch.org/whl/cpu
|
2 |
pandas
|
3 |
numpy
|
4 |
-
|
5 |
# python-lmdb
|
6 |
-
git+https://github.com/jnwatson/py-lmdb.git
|
7 |
git+https://github.com/microsoft/protein-sequence-models.git
|
8 |
-
|
9 |
scikit-learn
|
10 |
seaborn
|
11 |
blosum
|
12 |
matplotlib
|
13 |
fair-esm
|
14 |
biotite
|
15 |
-
torch
|
16 |
-
torchvision
|
17 |
-
torch_geometric
|
18 |
-
torch_scatter
|
19 |
tqdm
|
20 |
git+https://github.com/HeliXonProtein/OmegaFold.git
|
21 |
mdanalysis
|
22 |
pdb-tools
|
23 |
-
evodiff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pandas
|
2 |
numpy
|
3 |
+
lmdb
|
4 |
# python-lmdb
|
5 |
+
# git+https://github.com/jnwatson/py-lmdb.git
|
6 |
git+https://github.com/microsoft/protein-sequence-models.git
|
7 |
+
mlflow
|
8 |
scikit-learn
|
9 |
seaborn
|
10 |
blosum
|
11 |
matplotlib
|
12 |
fair-esm
|
13 |
biotite
|
|
|
|
|
|
|
|
|
14 |
tqdm
|
15 |
git+https://github.com/HeliXonProtein/OmegaFold.git
|
16 |
mdanalysis
|
17 |
pdb-tools
|
18 |
+
evodiff
|
19 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
20 |
+
torch
|
21 |
+
torchvision
|
22 |
+
torch_geometric
|
23 |
+
torch_scatter
|