Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
plotly>=5.17.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
transformers>=4.30.0
|
| 5 |
+
captum>=0.6.0
|
| 6 |
+
numpy>=1.24.0
|
| 7 |
+
pandas>=2.0.0
|
| 8 |
+
rdkit>=2023.9.1
|
| 9 |
+
smirk==0.1.0
|
| 10 |
+
datasets>=2.20
|
| 11 |
+
matplotlib>=3.7.0
|
| 12 |
+
pillow>=10.0.0
|