Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.40.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.24.2
|
4 |
+
matplotlib==3.7.1
|
5 |
+
seaborn==0.12.2
|
6 |
+
scipy==1.10.1
|
7 |
+
python-docx==0.8.11
|