Eddie Pick commited on
Commit
d3c89ec
·
unverified ·
1 Parent(s): 0a8f5fa

Fixes for HF space

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -2,7 +2,7 @@ anthropic
2
  boto3 >= 1.34.162
3
  bs4
4
  chromedriver-py
5
- cohere
6
  docopt >= 0.6.2
7
  faiss-cpu >= 1.8.0
8
  google-api-python-client >= 2.145.0
@@ -21,12 +21,12 @@ langchain_groq
21
  langchain-google-genai
22
  langchain-together
23
  langsmith
24
- lxml[html_clean]
25
  schema
26
  streamlit >= 1.38.0
27
  selenium
28
  tiktoken
29
  transformers >= 4.44.2
30
  rich >= 13.8.1
31
- trafilatura
32
- watchdog
 
2
  boto3 >= 1.34.162
3
  bs4
4
  chromedriver-py
5
+ cohere >= 5.9.2
6
  docopt >= 0.6.2
7
  faiss-cpu >= 1.8.0
8
  google-api-python-client >= 2.145.0
 
21
  langchain-google-genai
22
  langchain-together
23
  langsmith
24
+ lxml[html_clean] >= 5.3.0
25
  schema
26
  streamlit >= 1.38.0
27
  selenium
28
  tiktoken
29
  transformers >= 4.44.2
30
  rich >= 13.8.1
31
+ trafilatura >= 1.12.2
32
+ watchdog >= 5.0.2