Spaces:
Running
Running
try pinning pydantic<2 (hf space is broken)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
farm-haystack[faiss,inference]==1.23.0
|
| 2 |
haystack-entailment-checker
|
| 3 |
plotly==5.14.1
|
|
|
|
| 4 |
|
| 5 |
# commented to not interfere with streamlit SDK in HF spces
|
| 6 |
# uncomment for local installation
|
|
|
|
| 1 |
farm-haystack[faiss,inference]==1.23.0
|
| 2 |
haystack-entailment-checker
|
| 3 |
plotly==5.14.1
|
| 4 |
+
pydantic<2
|
| 5 |
|
| 6 |
# commented to not interfere with streamlit SDK in HF spces
|
| 7 |
# uncomment for local installation
|