Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +78 -5
requirements.txt
CHANGED
@@ -1,13 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
@@ -17,4 +90,4 @@ wikipedia
|
|
17 |
pypdf
|
18 |
unstructured
|
19 |
tiktoken
|
20 |
-
#
|
|
|
1 |
+
aiofiles
|
2 |
+
altair
|
3 |
+
annotated-types
|
4 |
+
anyio
|
5 |
+
attrs
|
6 |
+
certifi
|
7 |
+
charset-normalizer
|
8 |
+
click
|
9 |
+
colorama
|
10 |
+
contourpy
|
11 |
+
cycler
|
12 |
+
dnspython
|
13 |
+
email_validator
|
14 |
+
fastapi
|
15 |
+
fastapi-cli
|
16 |
+
ffmpy
|
17 |
+
filelock
|
18 |
+
fonttools
|
19 |
+
fsspec
|
20 |
+
gradio
|
21 |
+
gradio_client
|
22 |
+
h11
|
23 |
+
httpcore
|
24 |
+
httptools
|
25 |
+
httpx
|
26 |
+
huggingface-hub
|
27 |
+
idna
|
28 |
+
importlib_resources
|
29 |
+
Jinja2
|
30 |
+
joblib
|
31 |
+
jsonschema
|
32 |
+
jsonschema-specifications
|
33 |
+
kiwisolver
|
34 |
+
markdown-it-py
|
35 |
+
MarkupSafe
|
36 |
+
matplotlib
|
37 |
+
mdurl
|
38 |
+
numpy
|
39 |
+
orjson
|
40 |
+
packaging
|
41 |
+
pandas
|
42 |
+
pillow
|
43 |
+
pydantic
|
44 |
+
pydantic_core
|
45 |
+
pydub
|
46 |
+
Pygments
|
47 |
+
pyparsing
|
48 |
+
python-dateutil
|
49 |
+
python-dotenv
|
50 |
+
python-multipart
|
51 |
+
pytz
|
52 |
+
PyYAML
|
53 |
+
referencing
|
54 |
+
requests
|
55 |
+
rich
|
56 |
+
rpds-py
|
57 |
+
ruff
|
58 |
+
safehttpx
|
59 |
+
scikit-learn
|
60 |
+
scipy
|
61 |
+
semantic-version
|
62 |
+
shellingham
|
63 |
+
six
|
64 |
+
sniffio
|
65 |
+
starlette
|
66 |
+
threadpoolctl
|
67 |
+
tomlkit
|
68 |
+
toolz
|
69 |
+
tqdm
|
70 |
+
typer
|
71 |
+
typing_extensions
|
72 |
+
tzdata
|
73 |
+
ujson
|
74 |
+
urllib3
|
75 |
+
uvicorn
|
76 |
+
watchfiles
|
77 |
+
websockets
|
78 |
ipykernel
|
79 |
langchain
|
80 |
langchain-community
|
81 |
langchain-core
|
82 |
langsmith
|
83 |
openai
|
|
|
|
|
|
|
|
|
84 |
langchain_openai
|
85 |
arxiv
|
86 |
pymupdf
|
|
|
90 |
pypdf
|
91 |
unstructured
|
92 |
tiktoken
|
93 |
+
# llama_cpp_python (Uncomment if needed)
|