Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +91 -90
requirements.txt
CHANGED
|
@@ -1,40 +1,42 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
cohere==5.13.0
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
| 38 |
langchain==0.3.26
|
| 39 |
langchain-anthropic==0.3.17
|
| 40 |
langchain-cohere==0.4.4
|
|
@@ -44,59 +46,58 @@ langchain-huggingface==0.3.0
|
|
| 44 |
langchain-openai==0.3.28
|
| 45 |
langchain-text-splitters==0.3.8
|
| 46 |
langchain-together==0.3.0
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
pydantic==2.11.7
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
|
|
|
| 74 |
requests==2.31.0
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
#yarl==1.20.1
|
| 102 |
-
#zstandard==0.23.0
|
|
|
|
| 1 |
+
aiofiles==23.2.1
|
| 2 |
+
aiohappyeyeballs==2.6.1
|
| 3 |
+
aiohttp==3.12.14
|
| 4 |
+
aiosignal==1.4.0
|
| 5 |
+
annotated-types==0.7.0
|
| 6 |
+
anthropic==0.59.0
|
| 7 |
+
anyio==4.9.0
|
| 8 |
+
attrs==25.3.0
|
| 9 |
+
certifi==2025.7.14
|
| 10 |
+
charset-normalizer==3.4.2
|
| 11 |
+
click==8.2.1
|
| 12 |
cohere==5.13.0
|
| 13 |
+
contourpy==1.3.2
|
| 14 |
+
cycler==0.12.1
|
| 15 |
+
dataclasses-json==0.6.7
|
| 16 |
+
distro==1.9.0
|
| 17 |
+
fastapi==0.116.1
|
| 18 |
+
fastavro==1.11.1
|
| 19 |
+
ffmpy==0.6.1
|
| 20 |
+
filelock==3.18.0
|
| 21 |
+
fonttools==4.59.0
|
| 22 |
+
frozenlist==1.7.0
|
| 23 |
+
fsspec==2025.7.0
|
| 24 |
+
gradio==4.44.1
|
| 25 |
+
gradio_client==1.3.0
|
| 26 |
+
greenlet==3.2.3
|
| 27 |
+
h11==0.16.0
|
| 28 |
+
hf-xet==1.1.5
|
| 29 |
+
httpcore==1.0.9
|
| 30 |
+
httpx==0.28.1
|
| 31 |
+
httpx-sse==0.4.0
|
| 32 |
+
huggingface-hub==0.34.0
|
| 33 |
+
idna==3.10
|
| 34 |
+
importlib_resources==6.5.2
|
| 35 |
+
Jinja2==3.1.6
|
| 36 |
+
jiter==0.10.0
|
| 37 |
+
jsonpatch==1.33
|
| 38 |
+
jsonpointer==3.0.0
|
| 39 |
+
kiwisolver==1.4.8
|
| 40 |
langchain==0.3.26
|
| 41 |
langchain-anthropic==0.3.17
|
| 42 |
langchain-cohere==0.4.4
|
|
|
|
| 46 |
langchain-openai==0.3.28
|
| 47 |
langchain-text-splitters==0.3.8
|
| 48 |
langchain-together==0.3.0
|
| 49 |
+
langsmith==0.4.8
|
| 50 |
+
markdown-it-py==3.0.0
|
| 51 |
+
MarkupSafe==2.1.5
|
| 52 |
+
marshmallow==3.26.1
|
| 53 |
+
matplotlib==3.10.3
|
| 54 |
+
mdurl==0.1.2
|
| 55 |
+
multidict==6.6.3
|
| 56 |
+
mypy_extensions==1.1.0
|
| 57 |
+
numpy==2.3.2
|
| 58 |
+
openai==1.97.1
|
| 59 |
+
orjson==3.11.0
|
| 60 |
+
packaging==25.0
|
| 61 |
+
pandas==2.3.1
|
| 62 |
+
parameterized==0.9.0
|
| 63 |
+
pillow==10.4.0
|
| 64 |
+
propcache==0.3.2
|
| 65 |
pydantic==2.11.7
|
| 66 |
+
pydantic-settings==2.10.1
|
| 67 |
+
pydantic_core==2.33.2
|
| 68 |
+
pydub==0.25.1
|
| 69 |
+
Pygments==2.19.2
|
| 70 |
+
pyparsing==3.2.3
|
| 71 |
+
python-dateutil==2.9.0.post0
|
| 72 |
+
python-dotenv==1.1.1
|
| 73 |
+
python-multipart==0.0.20
|
| 74 |
+
pytz==2025.2
|
| 75 |
+
PyYAML==6.0.2
|
| 76 |
+
regex==2024.11.6
|
| 77 |
requests==2.31.0
|
| 78 |
+
requests-toolbelt==1.0.0
|
| 79 |
+
rich==14.1.0
|
| 80 |
+
ruff==0.12.5
|
| 81 |
+
semantic-version==2.10.0
|
| 82 |
+
shellingham==1.5.4
|
| 83 |
+
six==1.17.0
|
| 84 |
+
sniffio==1.3.1
|
| 85 |
+
SQLAlchemy==2.0.41
|
| 86 |
+
starlette==0.47.2
|
| 87 |
+
tenacity==9.1.2
|
| 88 |
+
tiktoken==0.9.0
|
| 89 |
+
tokenizers==0.21.2
|
| 90 |
+
tomlkit==0.12.0
|
| 91 |
+
tqdm==4.67.1
|
| 92 |
+
typer==0.16.0
|
| 93 |
+
types-PyYAML==6.0.12.20250516
|
| 94 |
+
types-requests==2.32.4.20250611
|
| 95 |
+
typing-inspect==0.9.0
|
| 96 |
+
typing-inspection==0.4.1
|
| 97 |
+
typing_extensions==4.14.1
|
| 98 |
+
tzdata==2025.2
|
| 99 |
+
urllib3==2.5.0
|
| 100 |
+
uvicorn==0.35.0
|
| 101 |
+
websockets==12.0
|
| 102 |
+
yarl==1.20.1
|
| 103 |
+
zstandard==0.23.0
|
|
|
|
|
|