H
commited on
Commit
·
fa34f3e
1
Parent(s):
8d68326
fix requirements.txt (#1570)
Browse files### What problem does this PR solve?
#1547
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- requirements.txt +51 -125
requirements.txt
CHANGED
@@ -1,153 +1,79 @@
|
|
1 |
-
accelerate==0.27.2
|
2 |
-
aiohttp==3.9.5
|
3 |
-
aiosignal==1.3.1
|
4 |
-
annotated-types==0.6.0
|
5 |
-
anyio==4.3.0
|
6 |
-
argon2-cffi==23.1.0
|
7 |
-
argon2-cffi-bindings==21.2.0
|
8 |
Aspose.Slides==24.2.0
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
cachetools==5.3.3
|
13 |
-
|
14 |
-
|
15 |
-
charset-normalizer==3.3.2
|
16 |
-
click==8.1.7
|
17 |
-
coloredlogs==15.0.1
|
18 |
-
cryptography==42.0.5
|
19 |
dashscope==1.14.1
|
20 |
-
datasets==2.17.1
|
21 |
datrie==0.8.2
|
22 |
demjson3==3.0.6
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
elasticsearch==8.12.1
|
27 |
-
|
28 |
-
et-xmlfile==1.1.0
|
29 |
-
filelock==3.13.1
|
30 |
fastembed==0.2.6
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
Flask
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
h11==0.14.0
|
40 |
hanziconv==0.3.2
|
41 |
-
|
42 |
httpx==0.27.0
|
43 |
-
|
44 |
-
|
45 |
-
idna==3.6
|
46 |
-
install==1.3.5
|
47 |
itsdangerous==2.1.2
|
48 |
-
|
49 |
-
joblib==1.3.2
|
50 |
-
lxml==5.1.0
|
51 |
-
MarkupSafe==2.1.5
|
52 |
minio==7.2.4
|
53 |
-
|
54 |
-
multidict==6.0.5
|
55 |
-
multiprocess==0.70.16
|
56 |
-
networkx==3.2.1
|
57 |
nltk==3.8.1
|
58 |
numpy==1.26.4
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
nvidia-curand-cu12==10.3.2.106
|
66 |
-
nvidia-cusolver-cu12==11.4.5.107
|
67 |
-
nvidia-cusparse-cu12==12.1.0.106
|
68 |
-
nvidia-nccl-cu12==2.19.3
|
69 |
-
nvidia-nvjitlink-cu12==12.3.101
|
70 |
-
nvidia-nvtx-cu12==12.1.105
|
71 |
-
ollama==0.1.9
|
72 |
-
onnxruntime-gpu==1.17.1
|
73 |
-
openai==1.12.0
|
74 |
-
opencv-python==4.9.0.80
|
75 |
openpyxl==3.1.2
|
76 |
-
|
77 |
-
pandas==2.2.1
|
78 |
-
pdfminer.six==20221105
|
79 |
pdfplumber==0.10.4
|
80 |
peewee==3.17.1
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
pyarrow==15.0.0
|
85 |
-
pyarrow-hotfix==0.6
|
86 |
pyclipper==1.3.0.post5
|
87 |
-
|
88 |
-
pycryptodome
|
89 |
-
pycryptodome-test-vectors
|
90 |
-
pycryptodomex
|
91 |
-
pydantic==2.6.2
|
92 |
-
pydantic_core==2.16.3
|
93 |
-
PyJWT==2.8.0
|
94 |
-
PyMySQL==1.1.1
|
95 |
PyPDF2==3.0.1
|
96 |
-
|
97 |
-
python-dateutil==2.8.2
|
98 |
-
python-docx==1.1.0
|
99 |
python-dotenv==1.0.1
|
100 |
-
|
101 |
-
|
|
|
102 |
redis==5.0.3
|
103 |
-
|
104 |
-
|
105 |
-
ruamel.
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
sentence-transformers==2.4.0
|
111 |
-
shapely==2.0.3
|
112 |
six==1.16.0
|
113 |
-
sniffio==1.3.1
|
114 |
StrEnum==0.4.15
|
115 |
-
sympy==1.12
|
116 |
-
threadpoolctl==3.3.0
|
117 |
tika==2.6.0
|
118 |
tiktoken==0.6.0
|
119 |
-
|
120 |
-
torch==2.2.1
|
121 |
-
tqdm==4.66.2
|
122 |
transformers==4.38.1
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
urllib3==2.2.1
|
127 |
Werkzeug==3.0.3
|
128 |
-
|
129 |
-
|
|
|
130 |
xpinyin==0.7.6
|
131 |
-
xxhash==3.4.1
|
132 |
-
yarl==1.9.4
|
133 |
zhipuai==2.0.1
|
134 |
-
BCEmbedding
|
135 |
-
loguru==0.7.2
|
136 |
-
umap-learn
|
137 |
-
fasttext==0.9.2
|
138 |
-
pybind11==2.13.1
|
139 |
-
volcengine==1.0.141
|
140 |
-
readability-lxml==0.8.1
|
141 |
-
html_text==0.6.2
|
142 |
-
selenium==4.21.0
|
143 |
-
webdriver-manager==4.0.1
|
144 |
-
cn2an==0.5.22
|
145 |
-
roman-numbers==1.0.2
|
146 |
-
word2number==1.1
|
147 |
-
markdown==3.6
|
148 |
-
mistralai==0.4.2
|
149 |
-
boto3==1.34.140
|
150 |
-
duckduckgo_search==6.1.9
|
151 |
-
google-generativeai==0.7.2
|
152 |
-
groq==0.9.0
|
153 |
-
wikipedia==1.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Aspose.Slides==24.2.0
|
2 |
+
BCEmbedding==0.1.3
|
3 |
+
boto3==1.34.140
|
4 |
+
botocore==1.34.140
|
5 |
cachetools==5.3.3
|
6 |
+
chardet==5.2.0
|
7 |
+
cn2an==0.5.22
|
|
|
|
|
|
|
|
|
8 |
dashscope==1.14.1
|
|
|
9 |
datrie==0.8.2
|
10 |
demjson3==3.0.6
|
11 |
+
discord.py==2.3.2
|
12 |
+
duckduckgo_search==6.1.9
|
13 |
+
elastic_transport==8.12.0
|
14 |
elasticsearch==8.12.1
|
15 |
+
elasticsearch_dsl==8.12.0
|
|
|
|
|
16 |
fastembed==0.2.6
|
17 |
+
fasttext==0.9.3
|
18 |
+
filelock==3.15.4
|
19 |
+
FlagEmbedding==1.2.10
|
20 |
+
Flask==3.0.3
|
21 |
+
Flask_Cors==4.0.0
|
22 |
+
Flask_Login==0.6.3
|
23 |
+
flask_session==0.8.0
|
24 |
+
groq==0.9.0
|
|
|
25 |
hanziconv==0.3.2
|
26 |
+
html_text==0.6.2
|
27 |
httpx==0.27.0
|
28 |
+
huggingface_hub==0.20.3
|
29 |
+
infinity_emb==0.0.51
|
|
|
|
|
30 |
itsdangerous==2.1.2
|
31 |
+
Markdown==3.6
|
|
|
|
|
|
|
32 |
minio==7.2.4
|
33 |
+
mistralai==0.4.2
|
|
|
|
|
|
|
34 |
nltk==3.8.1
|
35 |
numpy==1.26.4
|
36 |
+
ollama==0.2.1
|
37 |
+
onnxruntime==1.17.3
|
38 |
+
onnxruntime_gpu==1.17.1
|
39 |
+
openai==1.35.14
|
40 |
+
opencv_python==4.9.0.80
|
41 |
+
opencv_python_headless==4.9.0.80
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
openpyxl==3.1.2
|
43 |
+
pandas==2.2.2
|
|
|
|
|
44 |
pdfplumber==0.10.4
|
45 |
peewee==3.17.1
|
46 |
+
Pillow==10.4.0
|
47 |
+
pipreqs==0.5.0
|
48 |
+
protobuf==5.27.2
|
|
|
|
|
49 |
pyclipper==1.3.0.post5
|
50 |
+
pycryptodomex==3.20.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
PyPDF2==3.0.1
|
52 |
+
pytest==8.2.2
|
|
|
|
|
53 |
python-dotenv==1.0.1
|
54 |
+
python_dateutil==2.8.2
|
55 |
+
python_pptx==0.6.23
|
56 |
+
readability_lxml==0.8.1
|
57 |
redis==5.0.3
|
58 |
+
Requests==2.32.3
|
59 |
+
roman_numbers==1.0.2
|
60 |
+
ruamel.base==1.0.0
|
61 |
+
scikit_learn==1.4.1.post1
|
62 |
+
selenium==4.22.0
|
63 |
+
setuptools==69.5.1
|
64 |
+
Shapely==2.0.5
|
|
|
|
|
65 |
six==1.16.0
|
|
|
66 |
StrEnum==0.4.15
|
|
|
|
|
67 |
tika==2.6.0
|
68 |
tiktoken==0.6.0
|
69 |
+
torch==2.3.0
|
|
|
|
|
70 |
transformers==4.38.1
|
71 |
+
umap==0.1.1
|
72 |
+
volcengine==1.0.146
|
73 |
+
webdriver_manager==4.0.1
|
|
|
74 |
Werkzeug==3.0.3
|
75 |
+
wikipedia==1.4.0
|
76 |
+
word2number==1.1
|
77 |
+
xgboost==2.1.0
|
78 |
xpinyin==0.7.6
|
|
|
|
|
79 |
zhipuai==2.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|