Spaces:
Running
Running
update requirements
Browse files- requirements.txt +12 -17
requirements.txt
CHANGED
@@ -1,31 +1,26 @@
|
|
|
|
1 |
grobid-quantities-client
|
2 |
-
scikit-learn
|
3 |
-
Flask
|
4 |
-
openai
|
5 |
-
tqdm
|
6 |
-
textdistance[extras]
|
7 |
grobid-client-python
|
8 |
grobid_tei_xml
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
12 |
pyyaml
|
13 |
-
waitress
|
14 |
-
apiflask
|
15 |
dateparser
|
16 |
-
tiktoken
|
17 |
pytest
|
18 |
-
langchain==0.0.244
|
19 |
streamlit
|
20 |
lxml
|
21 |
Beautifulsoup4
|
22 |
python-dotenv
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
chromadb==0.3.25
|
|
|
|
|
|
|
27 |
promptlayer
|
28 |
-
watchdog
|
29 |
typing-inspect==0.8.0
|
30 |
typing_extensions==4.5.0
|
31 |
-
pydantic==1.10.8
|
|
|
1 |
+
# Grobid
|
2 |
grobid-quantities-client
|
|
|
|
|
|
|
|
|
|
|
3 |
grobid-client-python
|
4 |
grobid_tei_xml
|
5 |
+
|
6 |
+
# Utils
|
7 |
+
tqdm
|
8 |
+
textdistance[extras]
|
9 |
pyyaml
|
|
|
|
|
10 |
dateparser
|
|
|
11 |
pytest
|
|
|
12 |
streamlit
|
13 |
lxml
|
14 |
Beautifulsoup4
|
15 |
python-dotenv
|
16 |
+
watchdog
|
17 |
+
|
18 |
+
# LLM
|
19 |
chromadb==0.3.25
|
20 |
+
tiktoken
|
21 |
+
openai
|
22 |
+
langchain==0.0.244
|
23 |
promptlayer
|
|
|
24 |
typing-inspect==0.8.0
|
25 |
typing_extensions==4.5.0
|
26 |
+
pydantic==1.10.8
|