Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +98 -5
requirements.txt
CHANGED
@@ -1,7 +1,100 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
pandas
|
4 |
-
joblib
|
5 |
langchain
|
6 |
-
langchain-
|
|
|
|
|
7 |
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core
|
2 |
+
ipykernel
|
|
|
|
|
3 |
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-core
|
6 |
+
langsmith
|
7 |
openai
|
8 |
+
pydantic==2.8.2
|
9 |
+
pydantic_core==2.20.1
|
10 |
+
gradio>=5.15.0
|
11 |
+
gradio_client==1.7.0
|
12 |
+
langchain_openai
|
13 |
+
arxiv
|
14 |
+
pymupdf
|
15 |
+
beautifulsoup4
|
16 |
+
lxml
|
17 |
+
wikipedia
|
18 |
+
pypdf
|
19 |
+
unstructured
|
20 |
+
tiktoken
|
21 |
+
transformers[sentencepiece]
|
22 |
+
tensorflow
|
23 |
+
tf-keras
|
24 |
+
torch
|
25 |
+
spacy
|
26 |
+
joblib==1.4.2
|
27 |
+
scikit-learn==1.3.2
|
28 |
+
matplotlib==3.9.1
|
29 |
+
pandas==2.2.2
|
30 |
+
numpy==1.26.4
|
31 |
+
scipy==1.14.0
|
32 |
+
altair==5.3.0
|
33 |
+
fastapi==0.115.8
|
34 |
+
uvicorn==0.30.1
|
35 |
+
python-dotenv==1.0.1
|
36 |
+
email_validator==2.2.0
|
37 |
+
python-multipart==0.0.20
|
38 |
+
|
39 |
+
# Visualization & Web
|
40 |
+
Jinja2==3.1.4
|
41 |
+
markdown-it-py==3.0.0
|
42 |
+
MarkupSafe==2.1.5
|
43 |
+
Pygments==2.18.0
|
44 |
+
mdurl==0.1.2
|
45 |
+
rich==13.7.1
|
46 |
+
matplotlib==3.9.1
|
47 |
+
tqdm==4.66.4
|
48 |
+
|
49 |
+
# Web dependencies
|
50 |
+
httpx==0.27.0
|
51 |
+
requests==2.32.3
|
52 |
+
aiofiles==23.2.1
|
53 |
+
fastapi-cli==0.0.4
|
54 |
+
websockets==11.0.3
|
55 |
+
starlette==0.45.3
|
56 |
+
h11==0.14.0
|
57 |
+
httpcore==1.0.5
|
58 |
+
anyio==4.4.0
|
59 |
+
sniffio==1.3.1
|
60 |
+
|
61 |
+
# Utilities
|
62 |
+
packaging==24.1
|
63 |
+
python-dateutil==2.9.0.post0
|
64 |
+
typing_extensions==4.12.2
|
65 |
+
pytz==2024.1
|
66 |
+
PyYAML==6.0.1
|
67 |
+
six==1.16.0
|
68 |
+
filelock==3.15.4
|
69 |
+
certifi==2024.7.4
|
70 |
+
charset-normalizer==3.3.2
|
71 |
+
idna==3.7
|
72 |
+
colorama==0.4.6
|
73 |
+
cycler==0.12.1
|
74 |
+
kiwisolver==1.4.5
|
75 |
+
fonttools==4.53.1
|
76 |
+
pyparsing==3.1.2
|
77 |
+
shellingham==1.5.4
|
78 |
+
toolz==0.12.1
|
79 |
+
ujson==5.10.0
|
80 |
+
watchfiles==0.22.0
|
81 |
+
ffmpy==0.3.2
|
82 |
+
pydub==0.25.1
|
83 |
+
huggingface-hub==0.28.1
|
84 |
+
|
85 |
+
# JSON schema
|
86 |
+
jsonschema==4.23.0
|
87 |
+
jsonschema-specifications==2023.12.1
|
88 |
+
referencing==0.35.1
|
89 |
+
rpds-py==0.19.0
|
90 |
+
|
91 |
+
# Optional / Dev tools
|
92 |
+
importlib_resources==6.4.0
|
93 |
+
semantic-version==2.10.0
|
94 |
+
tomlkit==0.12.0
|
95 |
+
ruff==0.9.5
|
96 |
+
typer==0.12.3
|
97 |
+
safehttpx==0.1.6
|
98 |
+
|
99 |
+
# spaCy English model (wheel link)
|
100 |
+
https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|