Spaces:
Running
Running
Eddie Pick
commited on
fixes for HF Spaces
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -3,15 +3,15 @@ boto3 >= 1.34.162
|
|
3 |
bs4
|
4 |
chromedriver-py
|
5 |
cohere
|
6 |
-
docopt
|
7 |
faiss-cpu >= 1.8.0
|
8 |
-
google-api-python-client
|
9 |
pdfplumber >= 0.11.4
|
10 |
python-dotenv >= 1.0.1
|
11 |
langchain >= 0.3.0
|
12 |
langchain-aws >= 0.2.0
|
13 |
langchain-fireworks
|
14 |
-
langchain_core
|
15 |
langchain-cohere
|
16 |
langchain_community
|
17 |
langchain_experimental
|
@@ -23,10 +23,10 @@ langchain-together
|
|
23 |
langsmith
|
24 |
lxml[html_clean]
|
25 |
schema
|
26 |
-
streamlit
|
27 |
selenium
|
28 |
tiktoken
|
29 |
-
transformers
|
30 |
-
rich
|
31 |
trafilatura
|
32 |
watchdog
|
|
|
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
|
9 |
pdfplumber >= 0.11.4
|
10 |
python-dotenv >= 1.0.1
|
11 |
langchain >= 0.3.0
|
12 |
langchain-aws >= 0.2.0
|
13 |
langchain-fireworks
|
14 |
+
langchain_core >= 0.3.0
|
15 |
langchain-cohere
|
16 |
langchain_community
|
17 |
langchain_experimental
|
|
|
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
|