Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -3,10 +3,12 @@ pandas==1.1
|
|
3 |
scipy==1.9.1
|
4 |
torch==1.12
|
5 |
transformers==4.11.3
|
|
|
6 |
huggingface_hub
|
7 |
seaborn
|
8 |
mpl-scatter-density
|
9 |
astropy
|
|
|
10 |
biotite==0.34
|
11 |
requests
|
12 |
git+https://github.com/microsoft/foldingdiff@5f4b1c7351e62038144daef34cdc4927ca5315d9
|
|
|
3 |
scipy==1.9.1
|
4 |
torch==1.12
|
5 |
transformers==4.11.3
|
6 |
+
pytorch-lightning==1.6.4
|
7 |
huggingface_hub
|
8 |
seaborn
|
9 |
mpl-scatter-density
|
10 |
astropy
|
11 |
+
gitpython
|
12 |
biotite==0.34
|
13 |
requests
|
14 |
git+https://github.com/microsoft/foldingdiff@5f4b1c7351e62038144daef34cdc4927ca5315d9
|