anakin87 commited on
Commit
ab324a5
·
1 Parent(s): 560825c

try pinning pydantic<2 (hf space is broken)

Browse files
Files changed (1) hide show
  1. 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