Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +92 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,92 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohttp==3.9.5
|
| 2 |
+
aiosignal==1.3.1
|
| 3 |
+
altair==5.3.0
|
| 4 |
+
annotated-types==0.7.0
|
| 5 |
+
async-timeout==4.0.3
|
| 6 |
+
attrs==23.2.0
|
| 7 |
+
blinker==1.8.2
|
| 8 |
+
cachetools==5.3.3
|
| 9 |
+
certifi==2024.7.4
|
| 10 |
+
charset-normalizer==3.3.2
|
| 11 |
+
click==8.1.7
|
| 12 |
+
colorama==0.4.6
|
| 13 |
+
dataclasses-json==0.6.7
|
| 14 |
+
faiss-cpu==1.7.4
|
| 15 |
+
filelock==3.15.4
|
| 16 |
+
frozenlist==1.4.1
|
| 17 |
+
fsspec==2024.6.1
|
| 18 |
+
gitdb==4.0.11
|
| 19 |
+
GitPython==3.1.43
|
| 20 |
+
greenlet==3.0.3
|
| 21 |
+
huggingface-hub==0.23.4
|
| 22 |
+
idna==3.7
|
| 23 |
+
intel-openmp==2021.4.0
|
| 24 |
+
Jinja2==3.1.4
|
| 25 |
+
joblib==1.4.2
|
| 26 |
+
jsonpatch==1.33
|
| 27 |
+
jsonpointer==3.0.0
|
| 28 |
+
jsonschema==4.23.0
|
| 29 |
+
jsonschema-specifications==2023.12.1
|
| 30 |
+
langchain==0.2.7
|
| 31 |
+
langchain-community==0.2.7
|
| 32 |
+
langchain-core==0.2.16
|
| 33 |
+
langchain-text-splitters==0.2.2
|
| 34 |
+
langsmith==0.1.85
|
| 35 |
+
lxml==5.2.2
|
| 36 |
+
markdown-it-py==3.0.0
|
| 37 |
+
MarkupSafe==2.1.5
|
| 38 |
+
marshmallow==3.21.3
|
| 39 |
+
mdurl==0.1.2
|
| 40 |
+
mkl==2021.4.0
|
| 41 |
+
mpmath==1.3.0
|
| 42 |
+
multidict==6.0.5
|
| 43 |
+
mypy-extensions==1.0.0
|
| 44 |
+
networkx==3.3
|
| 45 |
+
numpy==1.26.4
|
| 46 |
+
orjson==3.10.6
|
| 47 |
+
packaging==24.1
|
| 48 |
+
pandas==2.2.2
|
| 49 |
+
pillow==10.4.0
|
| 50 |
+
protobuf==5.27.2
|
| 51 |
+
pyarrow==16.1.0
|
| 52 |
+
pydantic==2.8.2
|
| 53 |
+
pydantic_core==2.20.1
|
| 54 |
+
pydeck==0.9.1
|
| 55 |
+
Pygments==2.18.0
|
| 56 |
+
PyPDF2==3.0.1
|
| 57 |
+
python-dateutil==2.9.0.post0
|
| 58 |
+
python-docx==1.1.2
|
| 59 |
+
python-dotenv==1.0.0
|
| 60 |
+
pytz==2024.1
|
| 61 |
+
PyYAML==6.0.1
|
| 62 |
+
referencing==0.35.1
|
| 63 |
+
regex==2024.5.15
|
| 64 |
+
requests==2.32.3
|
| 65 |
+
rich==13.7.1
|
| 66 |
+
rpds-py==0.19.0
|
| 67 |
+
safetensors==0.4.3
|
| 68 |
+
scikit-learn==1.5.1
|
| 69 |
+
scipy==1.14.0
|
| 70 |
+
sentence-transformers==3.0.1
|
| 71 |
+
six==1.16.0
|
| 72 |
+
smmap==5.0.1
|
| 73 |
+
SQLAlchemy==2.0.31
|
| 74 |
+
streamlit==1.36.0
|
| 75 |
+
streamlit-chat==0.1.1
|
| 76 |
+
sympy==1.13.0
|
| 77 |
+
tbb==2021.13.0
|
| 78 |
+
tenacity==8.5.0
|
| 79 |
+
threadpoolctl==3.5.0
|
| 80 |
+
tokenizers==0.19.1
|
| 81 |
+
toml==0.10.2
|
| 82 |
+
toolz==0.12.1
|
| 83 |
+
torch==2.3.1
|
| 84 |
+
tornado==6.4.1
|
| 85 |
+
tqdm==4.66.4
|
| 86 |
+
transformers==4.42.4
|
| 87 |
+
typing-inspect==0.9.0
|
| 88 |
+
typing_extensions==4.12.2
|
| 89 |
+
tzdata==2024.1
|
| 90 |
+
urllib3==2.2.2
|
| 91 |
+
watchdog==4.0.1
|
| 92 |
+
yarl==1.9.4
|