Spaces:
Build error
Build error
Update requeriments.txt
Browse files- requeriments.txt +7 -7
requeriments.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
openai
|
| 5 |
-
plotly
|
| 6 |
-
openpyxl
|
| 7 |
-
tqdm
|
|
|
|
| 1 |
+
gradio==4.7.1
|
| 2 |
+
pandas==2.1.3
|
| 3 |
+
numpy==1.26.2
|
| 4 |
+
openai==0.28.0
|
| 5 |
+
plotly==5.18.0
|
| 6 |
+
openpyxl==3.1.2
|
| 7 |
+
tqdm==4.66.1
|