Spaces:
Running
Running
update dependencies
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
# Grobid
|
2 |
grobid-quantities-client==0.4.0
|
3 |
-
grobid-client-python==0.0.
|
4 |
grobid_tei_xml==0.1.3
|
5 |
|
6 |
# Utils
|
7 |
-
tqdm
|
8 |
-
pyyaml==6.0
|
9 |
-
pytest
|
10 |
-
streamlit==1.
|
11 |
lxml
|
12 |
Beautifulsoup4
|
13 |
python-dotenv
|
@@ -15,10 +15,10 @@ watchdog
|
|
15 |
dateparser
|
16 |
|
17 |
# LLM
|
18 |
-
chromadb==0.4.
|
19 |
tiktoken==0.4.0
|
20 |
openai==0.27.7
|
21 |
-
langchain==0.0.
|
22 |
typing-inspect==0.9.0
|
23 |
typing_extensions==4.8.0
|
24 |
pydantic==2.4.2
|
|
|
1 |
# Grobid
|
2 |
grobid-quantities-client==0.4.0
|
3 |
+
grobid-client-python==0.0.7
|
4 |
grobid_tei_xml==0.1.3
|
5 |
|
6 |
# Utils
|
7 |
+
tqdm==4.66.1
|
8 |
+
pyyaml==6.0.1
|
9 |
+
pytest==7.4.3
|
10 |
+
streamlit==1.29.0
|
11 |
lxml
|
12 |
Beautifulsoup4
|
13 |
python-dotenv
|
|
|
15 |
dateparser
|
16 |
|
17 |
# LLM
|
18 |
+
chromadb==0.4.19
|
19 |
tiktoken==0.4.0
|
20 |
openai==0.27.7
|
21 |
+
langchain==0.0.350
|
22 |
typing-inspect==0.9.0
|
23 |
typing_extensions==4.8.0
|
24 |
pydantic==2.4.2
|