Spaces:
Runtime error
Runtime error
Mehdi BESSAA
commited on
Commit
·
22e1186
1
Parent(s):
e20b45b
fix: pin dependencies version
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
gradio
|
| 2 |
-
llama_index
|
| 3 |
-
pandas
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
scikit-learn
|
| 10 |
-
fastparquet
|
|
|
|
| 1 |
gradio
|
| 2 |
+
llama_index==0.5.23.post1
|
| 3 |
+
pandas==2.0.1
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
openai==0.27.4
|
| 6 |
+
plotly==5.14.1
|
| 7 |
+
scikit-learn==1.2.2
|
| 8 |
+
fastparquet==2023.4.0
|
|
|
|
|
|