Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=2.0.0
|
| 2 |
+
numpy>=1.24.0
|
| 3 |
+
simple-salesforce>=1.12.0
|
| 4 |
+
python-dotenv>=1.0.0
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
+
plotly>=5.10.0
|
| 7 |
+
matplotlib>=3.7.0
|