Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -38
requirements.txt
CHANGED
@@ -1,39 +1,3 @@
|
|
1 |
-
# Common Libraries
|
2 |
-
gradio==5.15.0
|
3 |
-
gradio_client==1.7.0
|
4 |
-
pydantic==2.8.2
|
5 |
-
pydantic_core==2.20.1
|
6 |
-
joblib==1.4.2
|
7 |
-
pandas==2.2.2
|
8 |
-
numpy==1.26.4
|
9 |
-
|
10 |
-
# Translate
|
11 |
-
ipykernel
|
12 |
-
langchain
|
13 |
-
langchain-community
|
14 |
-
langchain-core
|
15 |
-
langsmith
|
16 |
-
openai
|
17 |
-
arxiv
|
18 |
-
pymupdf
|
19 |
-
beautifulsoup4
|
20 |
-
lxml
|
21 |
-
wikipedia
|
22 |
-
pypdf
|
23 |
-
unstructured
|
24 |
-
tiktoken
|
25 |
-
|
26 |
-
# Sentiment Analysis
|
27 |
-
transformers[sentencepiece]
|
28 |
-
tensorflow
|
29 |
-
tf-keras
|
30 |
-
|
31 |
-
# Financial Analyst AI
|
32 |
-
transformers
|
33 |
-
torch
|
34 |
-
spacy==3.2.0
|
35 |
-
|
36 |
-
# Telco Customer Churn
|
37 |
aiofiles==23.2.1
|
38 |
altair==5.3.0
|
39 |
annotated-types==0.7.0
|
@@ -49,10 +13,12 @@ dnspython==2.6.1
|
|
49 |
email_validator==2.2.0
|
50 |
fastapi==0.115.8
|
51 |
fastapi-cli==0.0.4
|
52 |
-
ffmpy
|
53 |
filelock==3.15.4
|
54 |
fonttools==4.53.1
|
55 |
fsspec==2024.6.1
|
|
|
|
|
56 |
h11==0.14.0
|
57 |
httpcore==1.0.5
|
58 |
httptools==0.6.1
|
@@ -61,6 +27,7 @@ huggingface-hub==0.28.1
|
|
61 |
idna==3.7
|
62 |
importlib_resources==6.4.0
|
63 |
Jinja2==3.1.4
|
|
|
64 |
jsonschema==4.23.0
|
65 |
jsonschema-specifications==2023.12.1
|
66 |
kiwisolver==1.4.5
|
@@ -68,8 +35,13 @@ markdown-it-py==3.0.0
|
|
68 |
MarkupSafe==2.1.5
|
69 |
matplotlib==3.9.1
|
70 |
mdurl==0.1.2
|
|
|
71 |
orjson==3.10.6
|
72 |
packaging==24.1
|
|
|
|
|
|
|
|
|
73 |
pydub==0.25.1
|
74 |
Pygments==2.18.0
|
75 |
pyparsing==3.1.2
|
@@ -102,4 +74,4 @@ ujson==5.10.0
|
|
102 |
urllib3==2.2.2
|
103 |
uvicorn==0.30.1
|
104 |
watchfiles==0.22.0
|
105 |
-
websockets==11.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
altair==5.3.0
|
3 |
annotated-types==0.7.0
|
|
|
13 |
email_validator==2.2.0
|
14 |
fastapi==0.115.8
|
15 |
fastapi-cli==0.0.4
|
16 |
+
ffmpy==0.3.2
|
17 |
filelock==3.15.4
|
18 |
fonttools==4.53.1
|
19 |
fsspec==2024.6.1
|
20 |
+
gradio==5.15.0
|
21 |
+
gradio_client==1.7.0
|
22 |
h11==0.14.0
|
23 |
httpcore==1.0.5
|
24 |
httptools==0.6.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
|
|
|
35 |
MarkupSafe==2.1.5
|
36 |
matplotlib==3.9.1
|
37 |
mdurl==0.1.2
|
38 |
+
numpy==1.26.4
|
39 |
orjson==3.10.6
|
40 |
packaging==24.1
|
41 |
+
pandas==2.2.2
|
42 |
+
pillow==10.4.0
|
43 |
+
pydantic==2.8.2
|
44 |
+
pydantic_core==2.20.1
|
45 |
pydub==0.25.1
|
46 |
Pygments==2.18.0
|
47 |
pyparsing==3.1.2
|
|
|
74 |
urllib3==2.2.2
|
75 |
uvicorn==0.30.1
|
76 |
watchfiles==0.22.0
|
77 |
+
websockets==11.0.3
|