Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -80
requirements.txt
CHANGED
@@ -1,80 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
gradio_client==1.7.0
|
22 |
-
h11==0.14.0
|
23 |
-
httpcore==1.0.5
|
24 |
-
httptools==0.6.1
|
25 |
-
httpx==0.27.0
|
26 |
-
huggingface-hub==0.28.1
|
27 |
-
idna==3.7
|
28 |
-
importlib_resources==6.4.0
|
29 |
-
Jinja2==3.1.4
|
30 |
-
joblib==1.4.2
|
31 |
-
jsonschema==4.23.0
|
32 |
-
jsonschema-specifications==2023.12.1
|
33 |
-
kiwisolver==1.4.5
|
34 |
-
langchain==0.2.0
|
35 |
-
langchain-community==0.2.0
|
36 |
-
langchain-core==0.2.0
|
37 |
-
langsmith==0.1.49
|
38 |
-
langchain_openai==0.1.4
|
39 |
-
markdown-it-py==3.0.0
|
40 |
-
MarkupSafe==2.1.5
|
41 |
-
matplotlib==3.9.1
|
42 |
-
mdurl==0.1.2
|
43 |
-
numpy==1.26.4
|
44 |
-
openai==1.30.3
|
45 |
-
orjson==3.10.6
|
46 |
-
packaging==24.1
|
47 |
-
pandas==2.2.2
|
48 |
-
pillow==10.4.0
|
49 |
-
pydantic==2.8.2
|
50 |
-
pydantic_core==2.20.1
|
51 |
-
pydub==0.25.1
|
52 |
-
Pygments==2.18.0
|
53 |
-
pyparsing==3.1.2
|
54 |
-
python-dateutil==2.9.0.post0
|
55 |
-
python-dotenv==1.0.1
|
56 |
-
python-multipart==0.0.20
|
57 |
-
pytz==2024.1
|
58 |
-
PyYAML==6.0.1
|
59 |
-
referencing==0.35.1
|
60 |
-
requests==2.32.3
|
61 |
-
rich==13.7.1
|
62 |
-
rpds-py==0.19.0
|
63 |
-
scikit-learn==1.3.2
|
64 |
-
scipy==1.14.0
|
65 |
-
shellingham==1.5.4
|
66 |
-
six==1.16.0
|
67 |
-
sniffio==1.3.1
|
68 |
-
starlette==0.45.3
|
69 |
-
threadpoolctl==3.5.0
|
70 |
-
tomlkit==0.12.0
|
71 |
-
toolz==0.12.1
|
72 |
-
tqdm==4.66.4
|
73 |
-
typer==0.12.3
|
74 |
-
typing_extensions==4.12.2
|
75 |
-
tzdata==2024.1
|
76 |
-
ujson==5.10.0
|
77 |
-
urllib3==2.2.2
|
78 |
-
uvicorn==0.30.1
|
79 |
-
watchfiles==0.22.0
|
80 |
-
websockets==11.0.3
|
|
|
1 |
+
ipykernel
|
2 |
+
langchain
|
3 |
+
langchain-community
|
4 |
+
langchain-core
|
5 |
+
langsmith
|
6 |
+
openai
|
7 |
+
pydantic
|
8 |
+
pydantic_core
|
9 |
+
gradio
|
10 |
+
gradio_client
|
11 |
+
langchain_openai
|
12 |
+
arxiv
|
13 |
+
pymupdf
|
14 |
+
beautifulsoup4
|
15 |
+
lxml
|
16 |
+
wikipedia
|
17 |
+
pypdf
|
18 |
+
unstructured
|
19 |
+
tiktoken
|
20 |
+
# llama_cpp_pytho
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|