Spaces:
Runtime error
Runtime error
minor
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
farm-haystack[faiss,inference]==1.20.0
|
|
|
|
|
|
|
2 |
plotly
|
3 |
torch
|
4 |
-
pydantic==1.10.12
|
5 |
-
|
6 |
altair<5
|
|
|
1 |
farm-haystack[faiss,inference]==1.20.0
|
2 |
+
pydantic_core==2.6.3
|
3 |
+
pydantic==1.10.12
|
4 |
+
gradio < 4.0.0
|
5 |
plotly
|
6 |
torch
|
|
|
|
|
7 |
altair<5
|