build: add Hugging Face libraries to requirements.txt
Browse files- requirements.txt +47 -0
requirements.txt
CHANGED
|
@@ -14,6 +14,7 @@ charset-normalizer==3.4.2
|
|
| 14 |
click==8.2.1
|
| 15 |
cryptography==45.0.3
|
| 16 |
dataclasses-json==0.6.7
|
|
|
|
| 17 |
distro==1.9.0
|
| 18 |
fastapi==0.115.12
|
| 19 |
feedparser==6.0.11
|
|
@@ -21,25 +22,34 @@ ffmpy==0.5.0
|
|
| 21 |
filelock==3.18.0
|
| 22 |
frozenlist==1.6.0
|
| 23 |
fsspec==2025.5.1
|
|
|
|
| 24 |
gradio==5.32.0
|
| 25 |
gradio_client==1.10.2
|
| 26 |
greenlet==3.2.2
|
| 27 |
groovy==0.1.2
|
|
|
|
| 28 |
h11==0.16.0
|
|
|
|
| 29 |
hf-xet==1.1.2
|
|
|
|
| 30 |
httpcore==1.0.9
|
| 31 |
httpx==0.28.1
|
| 32 |
httpx-sse==0.4.0
|
| 33 |
huggingface-hub==0.32.3
|
|
|
|
| 34 |
idna==3.10
|
|
|
|
| 35 |
itsdangerous==2.2.0
|
| 36 |
Jinja2==3.1.6
|
| 37 |
jiter==0.10.0
|
|
|
|
| 38 |
jsonpatch==1.33
|
| 39 |
jsonpointer==3.0.0
|
| 40 |
langchain==0.3.25
|
| 41 |
langchain-community==0.3.24
|
| 42 |
langchain-core==0.3.62
|
|
|
|
|
|
|
| 43 |
langchain-openai==0.3.18
|
| 44 |
langchain-tavily==0.2.0
|
| 45 |
langchain-text-splitters==0.3.8
|
|
@@ -52,10 +62,26 @@ markdown-it-py==3.0.0
|
|
| 52 |
MarkupSafe==3.0.2
|
| 53 |
marshmallow==3.26.1
|
| 54 |
mdurl==0.1.2
|
|
|
|
| 55 |
multidict==6.4.4
|
| 56 |
mypy==1.16.0
|
| 57 |
mypy_extensions==1.1.0
|
|
|
|
| 58 |
numpy==2.2.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
openai==1.82.0
|
| 60 |
orjson==3.10.18
|
| 61 |
ormsgpack==1.10.0
|
|
@@ -63,6 +89,8 @@ packaging==24.2
|
|
| 63 |
pandas==2.2.3
|
| 64 |
pathspec==0.12.1
|
| 65 |
pillow==11.2.1
|
|
|
|
|
|
|
| 66 |
propcache==0.3.1
|
| 67 |
pycparser==2.22
|
| 68 |
pydantic==2.11.5
|
|
@@ -70,19 +98,28 @@ pydantic-settings==2.9.1
|
|
| 70 |
pydantic_core==2.33.2
|
| 71 |
pydub==0.25.1
|
| 72 |
Pygments==2.19.1
|
|
|
|
| 73 |
PyMuPDF==1.26.0
|
|
|
|
|
|
|
| 74 |
python-dateutil==2.9.0.post0
|
| 75 |
python-dotenv==1.1.0
|
| 76 |
python-multipart==0.0.20
|
| 77 |
pytz==2025.2
|
| 78 |
PyYAML==6.0.2
|
|
|
|
| 79 |
regex==2024.11.6
|
| 80 |
requests==2.32.3
|
| 81 |
requests-toolbelt==1.0.0
|
| 82 |
rich==14.0.0
|
| 83 |
ruff==0.11.12
|
| 84 |
safehttpx==0.1.6
|
|
|
|
|
|
|
|
|
|
| 85 |
semantic-version==2.10.0
|
|
|
|
|
|
|
| 86 |
sgmllib3k==1.0.0
|
| 87 |
shellingham==1.5.4
|
| 88 |
six==1.17.0
|
|
@@ -90,10 +127,20 @@ sniffio==1.3.1
|
|
| 90 |
soupsieve==2.7
|
| 91 |
SQLAlchemy==2.0.41
|
| 92 |
starlette==0.46.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
tenacity==9.1.2
|
|
|
|
| 94 |
tiktoken==0.9.0
|
|
|
|
| 95 |
tomlkit==0.13.2
|
|
|
|
| 96 |
tqdm==4.67.1
|
|
|
|
|
|
|
| 97 |
typer==0.16.0
|
| 98 |
typing-inspect==0.9.0
|
| 99 |
typing-inspection==0.4.1
|
|
|
|
| 14 |
click==8.2.1
|
| 15 |
cryptography==45.0.3
|
| 16 |
dataclasses-json==0.6.7
|
| 17 |
+
deprecation==2.1.0
|
| 18 |
distro==1.9.0
|
| 19 |
fastapi==0.115.12
|
| 20 |
feedparser==6.0.11
|
|
|
|
| 22 |
filelock==3.18.0
|
| 23 |
frozenlist==1.6.0
|
| 24 |
fsspec==2025.5.1
|
| 25 |
+
gotrue==2.12.0
|
| 26 |
gradio==5.32.0
|
| 27 |
gradio_client==1.10.2
|
| 28 |
greenlet==3.2.2
|
| 29 |
groovy==0.1.2
|
| 30 |
+
groq==0.26.0
|
| 31 |
h11==0.16.0
|
| 32 |
+
h2==4.2.0
|
| 33 |
hf-xet==1.1.2
|
| 34 |
+
hpack==4.1.0
|
| 35 |
httpcore==1.0.9
|
| 36 |
httpx==0.28.1
|
| 37 |
httpx-sse==0.4.0
|
| 38 |
huggingface-hub==0.32.3
|
| 39 |
+
hyperframe==6.1.0
|
| 40 |
idna==3.10
|
| 41 |
+
iniconfig==2.1.0
|
| 42 |
itsdangerous==2.2.0
|
| 43 |
Jinja2==3.1.6
|
| 44 |
jiter==0.10.0
|
| 45 |
+
joblib==1.5.1
|
| 46 |
jsonpatch==1.33
|
| 47 |
jsonpointer==3.0.0
|
| 48 |
langchain==0.3.25
|
| 49 |
langchain-community==0.3.24
|
| 50 |
langchain-core==0.3.62
|
| 51 |
+
langchain-groq==0.3.2
|
| 52 |
+
langchain-huggingface==0.2.0
|
| 53 |
langchain-openai==0.3.18
|
| 54 |
langchain-tavily==0.2.0
|
| 55 |
langchain-text-splitters==0.3.8
|
|
|
|
| 62 |
MarkupSafe==3.0.2
|
| 63 |
marshmallow==3.26.1
|
| 64 |
mdurl==0.1.2
|
| 65 |
+
mpmath==1.3.0
|
| 66 |
multidict==6.4.4
|
| 67 |
mypy==1.16.0
|
| 68 |
mypy_extensions==1.1.0
|
| 69 |
+
networkx==3.5
|
| 70 |
numpy==2.2.6
|
| 71 |
+
nvidia-cublas-cu12==12.6.4.1
|
| 72 |
+
nvidia-cuda-cupti-cu12==12.6.80
|
| 73 |
+
nvidia-cuda-nvrtc-cu12==12.6.77
|
| 74 |
+
nvidia-cuda-runtime-cu12==12.6.77
|
| 75 |
+
nvidia-cudnn-cu12==9.5.1.17
|
| 76 |
+
nvidia-cufft-cu12==11.3.0.4
|
| 77 |
+
nvidia-cufile-cu12==1.11.1.6
|
| 78 |
+
nvidia-curand-cu12==10.3.7.77
|
| 79 |
+
nvidia-cusolver-cu12==11.7.1.2
|
| 80 |
+
nvidia-cusparse-cu12==12.5.4.2
|
| 81 |
+
nvidia-cusparselt-cu12==0.6.3
|
| 82 |
+
nvidia-nccl-cu12==2.26.2
|
| 83 |
+
nvidia-nvjitlink-cu12==12.6.85
|
| 84 |
+
nvidia-nvtx-cu12==12.6.77
|
| 85 |
openai==1.82.0
|
| 86 |
orjson==3.10.18
|
| 87 |
ormsgpack==1.10.0
|
|
|
|
| 89 |
pandas==2.2.3
|
| 90 |
pathspec==0.12.1
|
| 91 |
pillow==11.2.1
|
| 92 |
+
pluggy==1.6.0
|
| 93 |
+
postgrest==0.19.3
|
| 94 |
propcache==0.3.1
|
| 95 |
pycparser==2.22
|
| 96 |
pydantic==2.11.5
|
|
|
|
| 98 |
pydantic_core==2.33.2
|
| 99 |
pydub==0.25.1
|
| 100 |
Pygments==2.19.1
|
| 101 |
+
PyJWT==2.10.1
|
| 102 |
PyMuPDF==1.26.0
|
| 103 |
+
pytest==8.4.0
|
| 104 |
+
pytest-mock==3.14.1
|
| 105 |
python-dateutil==2.9.0.post0
|
| 106 |
python-dotenv==1.1.0
|
| 107 |
python-multipart==0.0.20
|
| 108 |
pytz==2025.2
|
| 109 |
PyYAML==6.0.2
|
| 110 |
+
realtime==2.5.0
|
| 111 |
regex==2024.11.6
|
| 112 |
requests==2.32.3
|
| 113 |
requests-toolbelt==1.0.0
|
| 114 |
rich==14.0.0
|
| 115 |
ruff==0.11.12
|
| 116 |
safehttpx==0.1.6
|
| 117 |
+
safetensors==0.5.3
|
| 118 |
+
scikit-learn==1.7.0
|
| 119 |
+
scipy==1.15.3
|
| 120 |
semantic-version==2.10.0
|
| 121 |
+
sentence-transformers==4.1.0
|
| 122 |
+
setuptools==80.9.0
|
| 123 |
sgmllib3k==1.0.0
|
| 124 |
shellingham==1.5.4
|
| 125 |
six==1.17.0
|
|
|
|
| 127 |
soupsieve==2.7
|
| 128 |
SQLAlchemy==2.0.41
|
| 129 |
starlette==0.46.2
|
| 130 |
+
storage3==0.11.3
|
| 131 |
+
StrEnum==0.4.15
|
| 132 |
+
supabase==2.13.0
|
| 133 |
+
supafunc==0.9.4
|
| 134 |
+
sympy==1.14.0
|
| 135 |
tenacity==9.1.2
|
| 136 |
+
threadpoolctl==3.6.0
|
| 137 |
tiktoken==0.9.0
|
| 138 |
+
tokenizers==0.21.1
|
| 139 |
tomlkit==0.13.2
|
| 140 |
+
torch==2.7.1
|
| 141 |
tqdm==4.67.1
|
| 142 |
+
transformers==4.52.4
|
| 143 |
+
triton==3.3.1
|
| 144 |
typer==0.16.0
|
| 145 |
typing-inspect==0.9.0
|
| 146 |
typing-inspection==0.4.1
|