Update requirements.txt
Browse files- requirements.txt +84 -1
requirements.txt
CHANGED
|
@@ -1,68 +1,151 @@
|
|
| 1 |
-
## The following requirements were added by pip freeze:
|
| 2 |
aiofiles==23.2.1
|
|
|
|
|
|
|
| 3 |
altair==5.2.0
|
| 4 |
annotated-types==0.6.0
|
| 5 |
anyio==4.3.0
|
|
|
|
|
|
|
| 6 |
attrs==23.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
certifi==2024.2.2
|
| 8 |
charset-normalizer==3.3.2
|
|
|
|
|
|
|
| 9 |
click==8.1.7
|
| 10 |
colorama==0.4.6
|
|
|
|
| 11 |
contourpy==1.2.0
|
| 12 |
cycler==0.12.1
|
|
|
|
|
|
|
| 13 |
exceptiongroup==1.2.0
|
| 14 |
fastapi==0.110.0
|
| 15 |
ffmpy==0.3.2
|
| 16 |
filelock==3.13.1
|
|
|
|
| 17 |
fonttools==4.49.0
|
|
|
|
| 18 |
fsspec==2024.2.0
|
|
|
|
|
|
|
| 19 |
gradio==4.19.2
|
| 20 |
gradio_client==0.10.1
|
|
|
|
|
|
|
| 21 |
h11==0.14.0
|
| 22 |
httpcore==1.0.4
|
|
|
|
| 23 |
httpx==0.27.0
|
| 24 |
huggingface-hub==0.21.1
|
|
|
|
| 25 |
idna==3.6
|
|
|
|
| 26 |
importlib_resources==6.1.2
|
| 27 |
Jinja2==3.1.3
|
|
|
|
|
|
|
|
|
|
| 28 |
jsonschema==4.21.1
|
| 29 |
jsonschema-specifications==2023.12.1
|
| 30 |
kiwisolver==1.4.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
markdown-it-py==3.0.0
|
| 32 |
MarkupSafe==2.1.5
|
|
|
|
| 33 |
matplotlib==3.8.3
|
| 34 |
mdurl==0.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
orjson==3.9.15
|
|
|
|
| 37 |
packaging==23.2
|
| 38 |
pandas==2.2.1
|
| 39 |
pillow==10.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
pydantic==2.6.3
|
| 41 |
pydantic_core==2.16.3
|
| 42 |
pydub==0.25.1
|
| 43 |
Pygments==2.17.2
|
| 44 |
pyparsing==3.1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
python-dateutil==2.8.2
|
|
|
|
| 46 |
python-multipart==0.0.9
|
| 47 |
pytz==2024.1
|
|
|
|
| 48 |
PyYAML==6.0.1
|
|
|
|
| 49 |
referencing==0.33.0
|
|
|
|
| 50 |
requests==2.31.0
|
|
|
|
| 51 |
rich==13.7.0
|
| 52 |
rpds-py==0.18.0
|
|
|
|
| 53 |
ruff==0.2.2
|
|
|
|
|
|
|
|
|
|
| 54 |
semantic-version==2.10.0
|
|
|
|
| 55 |
shellingham==1.5.4
|
| 56 |
six==1.16.0
|
|
|
|
| 57 |
sniffio==1.3.1
|
|
|
|
| 58 |
starlette==0.36.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
tomlkit==0.12.0
|
| 60 |
toolz==0.12.1
|
|
|
|
| 61 |
tqdm==4.66.2
|
|
|
|
| 62 |
typer==0.9.0
|
|
|
|
| 63 |
typing_extensions==4.10.0
|
| 64 |
tzdata==2024.1
|
| 65 |
urllib3==2.2.1
|
| 66 |
uvicorn==0.27.1
|
|
|
|
|
|
|
| 67 |
websockets==11.0.3
|
|
|
|
|
|
|
| 68 |
zipp==3.17.0
|
|
|
|
|
|
|
| 1 |
aiofiles==23.2.1
|
| 2 |
+
aiohttp==3.9.3
|
| 3 |
+
aiosignal==1.3.1
|
| 4 |
altair==5.2.0
|
| 5 |
annotated-types==0.6.0
|
| 6 |
anyio==4.3.0
|
| 7 |
+
asgiref==3.7.2
|
| 8 |
+
async-timeout==4.0.3
|
| 9 |
attrs==23.2.0
|
| 10 |
+
backoff==2.2.1
|
| 11 |
+
bcrypt==4.1.2
|
| 12 |
+
build==1.0.3
|
| 13 |
+
cachetools==5.3.3
|
| 14 |
certifi==2024.2.2
|
| 15 |
charset-normalizer==3.3.2
|
| 16 |
+
chroma-hnswlib==0.7.3
|
| 17 |
+
chromadb==0.4.24
|
| 18 |
click==8.1.7
|
| 19 |
colorama==0.4.6
|
| 20 |
+
coloredlogs==15.0.1
|
| 21 |
contourpy==1.2.0
|
| 22 |
cycler==0.12.1
|
| 23 |
+
dataclasses-json==0.6.4
|
| 24 |
+
Deprecated==1.2.14
|
| 25 |
exceptiongroup==1.2.0
|
| 26 |
fastapi==0.110.0
|
| 27 |
ffmpy==0.3.2
|
| 28 |
filelock==3.13.1
|
| 29 |
+
flatbuffers==23.5.26
|
| 30 |
fonttools==4.49.0
|
| 31 |
+
frozenlist==1.4.1
|
| 32 |
fsspec==2024.2.0
|
| 33 |
+
google-auth==2.28.1
|
| 34 |
+
googleapis-common-protos==1.62.0
|
| 35 |
gradio==4.19.2
|
| 36 |
gradio_client==0.10.1
|
| 37 |
+
greenlet==3.0.3
|
| 38 |
+
grpcio==1.62.0
|
| 39 |
h11==0.14.0
|
| 40 |
httpcore==1.0.4
|
| 41 |
+
httptools==0.6.1
|
| 42 |
httpx==0.27.0
|
| 43 |
huggingface-hub==0.21.1
|
| 44 |
+
humanfriendly==10.0
|
| 45 |
idna==3.6
|
| 46 |
+
importlib-metadata==6.11.0
|
| 47 |
importlib_resources==6.1.2
|
| 48 |
Jinja2==3.1.3
|
| 49 |
+
joblib==1.3.2
|
| 50 |
+
jsonpatch==1.33
|
| 51 |
+
jsonpointer==2.4
|
| 52 |
jsonschema==4.21.1
|
| 53 |
jsonschema-specifications==2023.12.1
|
| 54 |
kiwisolver==1.4.5
|
| 55 |
+
kubernetes==29.0.0
|
| 56 |
+
langchain==0.1.9
|
| 57 |
+
langchain-community==0.0.24
|
| 58 |
+
langchain-core==0.1.27
|
| 59 |
+
langsmith==0.1.10
|
| 60 |
markdown-it-py==3.0.0
|
| 61 |
MarkupSafe==2.1.5
|
| 62 |
+
marshmallow==3.21.0
|
| 63 |
matplotlib==3.8.3
|
| 64 |
mdurl==0.1.2
|
| 65 |
+
mmh3==4.1.0
|
| 66 |
+
monotonic==1.6
|
| 67 |
+
mpmath==1.3.0
|
| 68 |
+
multidict==6.0.5
|
| 69 |
+
mypy-extensions==1.0.0
|
| 70 |
+
networkx==3.2.1
|
| 71 |
numpy==1.26.4
|
| 72 |
+
oauthlib==3.2.2
|
| 73 |
+
onnxruntime==1.17.1
|
| 74 |
+
opentelemetry-api==1.23.0
|
| 75 |
+
opentelemetry-exporter-otlp-proto-common==1.23.0
|
| 76 |
+
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
| 77 |
+
opentelemetry-instrumentation==0.44b0
|
| 78 |
+
opentelemetry-instrumentation-asgi==0.44b0
|
| 79 |
+
opentelemetry-instrumentation-fastapi==0.44b0
|
| 80 |
+
opentelemetry-proto==1.23.0
|
| 81 |
+
opentelemetry-sdk==1.23.0
|
| 82 |
+
opentelemetry-semantic-conventions==0.44b0
|
| 83 |
+
opentelemetry-util-http==0.44b0
|
| 84 |
orjson==3.9.15
|
| 85 |
+
overrides==7.7.0
|
| 86 |
packaging==23.2
|
| 87 |
pandas==2.2.1
|
| 88 |
pillow==10.2.0
|
| 89 |
+
posthog==3.4.2
|
| 90 |
+
protobuf==4.25.3
|
| 91 |
+
pulsar-client==3.4.0
|
| 92 |
+
pyasn1==0.5.1
|
| 93 |
+
pyasn1-modules==0.3.0
|
| 94 |
pydantic==2.6.3
|
| 95 |
pydantic_core==2.16.3
|
| 96 |
pydub==0.25.1
|
| 97 |
Pygments==2.17.2
|
| 98 |
pyparsing==3.1.1
|
| 99 |
+
PyPika==0.48.9
|
| 100 |
+
pyproject_hooks==1.0.0
|
| 101 |
+
pyreadline3==3.4.1
|
| 102 |
+
python-crfsuite==0.9.10
|
| 103 |
python-dateutil==2.8.2
|
| 104 |
+
python-dotenv==1.0.1
|
| 105 |
python-multipart==0.0.9
|
| 106 |
pytz==2024.1
|
| 107 |
+
pyvi==0.1.1
|
| 108 |
PyYAML==6.0.1
|
| 109 |
+
rank-bm25==0.2.2
|
| 110 |
referencing==0.33.0
|
| 111 |
+
regex==2023.12.25
|
| 112 |
requests==2.31.0
|
| 113 |
+
requests-oauthlib==1.3.1
|
| 114 |
rich==13.7.0
|
| 115 |
rpds-py==0.18.0
|
| 116 |
+
rsa==4.9
|
| 117 |
ruff==0.2.2
|
| 118 |
+
safetensors==0.4.2
|
| 119 |
+
scikit-learn==1.4.1.post1
|
| 120 |
+
scipy==1.12.0
|
| 121 |
semantic-version==2.10.0
|
| 122 |
+
sentence-transformers==2.4.0
|
| 123 |
shellingham==1.5.4
|
| 124 |
six==1.16.0
|
| 125 |
+
sklearn-crfsuite==0.3.6
|
| 126 |
sniffio==1.3.1
|
| 127 |
+
SQLAlchemy==2.0.27
|
| 128 |
starlette==0.36.3
|
| 129 |
+
sympy==1.12
|
| 130 |
+
tabulate==0.9.0
|
| 131 |
+
tenacity==8.2.3
|
| 132 |
+
threadpoolctl==3.3.0
|
| 133 |
+
tokenizers==0.15.2
|
| 134 |
+
tomli==2.0.1
|
| 135 |
tomlkit==0.12.0
|
| 136 |
toolz==0.12.1
|
| 137 |
+
torch==2.2.1
|
| 138 |
tqdm==4.66.2
|
| 139 |
+
transformers==4.38.1
|
| 140 |
typer==0.9.0
|
| 141 |
+
typing-inspect==0.9.0
|
| 142 |
typing_extensions==4.10.0
|
| 143 |
tzdata==2024.1
|
| 144 |
urllib3==2.2.1
|
| 145 |
uvicorn==0.27.1
|
| 146 |
+
watchfiles==0.21.0
|
| 147 |
+
websocket-client==1.7.0
|
| 148 |
websockets==11.0.3
|
| 149 |
+
wrapt==1.16.0
|
| 150 |
+
yarl==1.9.4
|
| 151 |
zipp==3.17.0
|