Update requirements.txt
Browse files- requirements.txt +51 -25
requirements.txt
CHANGED
|
@@ -1,26 +1,52 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
python-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
pymupdf>=1.23.0
|
| 25 |
aiohttp==3.9.0
|
| 26 |
-
bcrypt==4.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
fastapi==0.104.1
|
| 3 |
+
uvicorn==0.24.0
|
| 4 |
+
pydantic[email]==2.5.0
|
| 5 |
+
PyJWT==2.8.0
|
| 6 |
+
python-multipart==0.0.6
|
| 7 |
+
python-dotenv==1.0.1
|
| 8 |
+
requests==2.31.0
|
| 9 |
+
httpx==0.27.0
|
| 10 |
+
asyncpg==0.28.0
|
| 11 |
+
redis==4.5.4
|
| 12 |
+
lightrag-hku==1.3.7
|
| 13 |
+
nano-vectordb==0.0.4.3
|
| 14 |
+
networkx>=3.0
|
| 15 |
+
tenacity>=8.0.0
|
| 16 |
+
aiofiles>=23.0.0
|
| 17 |
+
accelerate>=0.20.0
|
| 18 |
+
configparser>=6.0.0
|
| 19 |
+
setuptools>=68.0.0
|
| 20 |
+
numpy==1.26.4
|
| 21 |
+
PyPDF2>=3.0.0
|
| 22 |
+
pdfplumber>=0.9.0
|
| 23 |
+
pymupdf>=1.23.0
|
|
|
|
| 24 |
aiohttp==3.9.0
|
| 25 |
+
bcrypt==4.1.2
|
| 26 |
+
graspologic==3.4.1
|
| 27 |
+
POT==0.9.5
|
| 28 |
+
anytree==2.13.0
|
| 29 |
+
beartype==0.18.5
|
| 30 |
+
gensim==4.3.3
|
| 31 |
+
graspologic-native==1.2.5
|
| 32 |
+
hyppo==0.4.0
|
| 33 |
+
joblib==1.5.1
|
| 34 |
+
matplotlib==3.10.3
|
| 35 |
+
scikit-learn==1.7.0
|
| 36 |
+
scipy==1.12.0
|
| 37 |
+
seaborn==0.13.2
|
| 38 |
+
statsmodels==0.14.5
|
| 39 |
+
umap-learn==0.5.9.post2
|
| 40 |
+
smart-open==7.3.0.post1
|
| 41 |
+
numba==0.61.2
|
| 42 |
+
autograd==1.8.0
|
| 43 |
+
contourpy==1.3.2
|
| 44 |
+
cycler==0.12.1
|
| 45 |
+
fonttools==4.59.0
|
| 46 |
+
kiwisolver==1.4.8
|
| 47 |
+
pyparsing==3.2.3
|
| 48 |
+
threadpoolctl==3.6.0
|
| 49 |
+
patsy==1.0.1
|
| 50 |
+
pynndescent==0.5.13
|
| 51 |
+
llvmlite==0.44.0
|
| 52 |
+
wrapt==1.17.2
|