Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.30.0
|
| 2 |
+
pandas==2.2.0
|
| 3 |
+
matplotlib==3.8.2
|
| 4 |
+
seaborn==0.13.2
|
| 5 |
+
openpyxl==3.1.2
|
| 6 |
+
shutil
|
| 7 |
+
captum
|
| 8 |
+
torch==2.2.0
|
| 9 |
+
torchvision==0.17.0
|
| 10 |
+
Pillow==8.2.0
|
| 11 |
+
numpy==1.21.0
|
| 12 |
+
python 3.11.1
|