Spaces:
Sleeping
Sleeping
Commit ·
1a6b50d
1
Parent(s): 61aa8ad
Requirments changes
Browse files- requirements.txt +14 -179
requirements.txt
CHANGED
|
@@ -1,179 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
chromadb==1.0.8
|
| 16 |
-
click==8.1.8
|
| 17 |
-
coloredlogs==15.0.1
|
| 18 |
-
cryptography==44.0.3
|
| 19 |
-
dataclasses-json==0.6.7
|
| 20 |
-
defusedxml==0.7.1
|
| 21 |
-
Deprecated==1.2.18
|
| 22 |
-
distro==1.9.0
|
| 23 |
-
dnspython==2.7.0
|
| 24 |
-
docx2txt==0.9
|
| 25 |
-
durationpy==0.9
|
| 26 |
-
ecdsa==0.19.1
|
| 27 |
-
email_validator==2.2.0
|
| 28 |
-
fastapi==0.115.9
|
| 29 |
-
filelock==3.18.0
|
| 30 |
-
filetype==1.2.0
|
| 31 |
-
flatbuffers==25.2.10
|
| 32 |
-
frozenlist==1.6.0
|
| 33 |
-
fsspec==2025.3.2
|
| 34 |
-
google-ai-generativelanguage==0.6.18
|
| 35 |
-
google-api-core==2.24.2
|
| 36 |
-
google-api-python-client==2.169.0
|
| 37 |
-
google-auth==2.40.1
|
| 38 |
-
google-auth-httplib2==0.2.0
|
| 39 |
-
googleapis-common-protos==1.70.0
|
| 40 |
-
greenlet==3.2.1
|
| 41 |
-
grpcio==1.71.0
|
| 42 |
-
grpcio-status==1.71.0
|
| 43 |
-
h11==0.16.0
|
| 44 |
-
httpcore==1.0.9
|
| 45 |
-
httplib2==0.22.0
|
| 46 |
-
httptools==0.6.4
|
| 47 |
-
httpx==0.28.1
|
| 48 |
-
httpx-sse==0.4.0
|
| 49 |
-
huggingface-hub==0.30.2
|
| 50 |
-
humanfriendly==10.0
|
| 51 |
-
idna==3.10
|
| 52 |
-
importlib_metadata==8.6.1
|
| 53 |
-
importlib_resources==6.5.2
|
| 54 |
-
Jinja2==3.1.6
|
| 55 |
-
jiter==0.9.0
|
| 56 |
-
joblib==1.5.0
|
| 57 |
-
jsonpatch==1.33
|
| 58 |
-
jsonpointer==3.0.0
|
| 59 |
-
jsonschema==4.23.0
|
| 60 |
-
jsonschema-specifications==2025.4.1
|
| 61 |
-
jwt==1.3.1
|
| 62 |
-
kubernetes==32.0.1
|
| 63 |
-
langchain==0.3.25
|
| 64 |
-
langchain-community==0.3.23
|
| 65 |
-
langchain-core==0.3.58
|
| 66 |
-
langchain-google-genai==2.1.4
|
| 67 |
-
langchain-huggingface==0.1.2
|
| 68 |
-
langchain-openai==0.3.16
|
| 69 |
-
langchain-text-splitters==0.3.8
|
| 70 |
-
langsmith==0.3.42
|
| 71 |
-
markdown-it-py==3.0.0
|
| 72 |
-
MarkupSafe==3.0.2
|
| 73 |
-
marshmallow==3.26.1
|
| 74 |
-
mdurl==0.1.2
|
| 75 |
-
mmh3==5.1.0
|
| 76 |
-
motor==3.7.0
|
| 77 |
-
mpmath==1.3.0
|
| 78 |
-
multidict==6.4.3
|
| 79 |
-
mypy_extensions==1.1.0
|
| 80 |
-
networkx==3.4.2
|
| 81 |
-
numpy==2.2.5
|
| 82 |
-
nvidia-cublas-cu12==12.6.4.1
|
| 83 |
-
nvidia-cuda-cupti-cu12==12.6.80
|
| 84 |
-
nvidia-cuda-nvrtc-cu12==12.6.77
|
| 85 |
-
nvidia-cuda-runtime-cu12==12.6.77
|
| 86 |
-
nvidia-cudnn-cu12==9.5.1.17
|
| 87 |
-
nvidia-cufft-cu12==11.3.0.4
|
| 88 |
-
nvidia-cufile-cu12==1.11.1.6
|
| 89 |
-
nvidia-curand-cu12==10.3.7.77
|
| 90 |
-
nvidia-cusolver-cu12==11.7.1.2
|
| 91 |
-
nvidia-cusparse-cu12==12.5.4.2
|
| 92 |
-
nvidia-cusparselt-cu12==0.6.3
|
| 93 |
-
nvidia-nccl-cu12==2.26.2
|
| 94 |
-
nvidia-nvjitlink-cu12==12.6.85
|
| 95 |
-
nvidia-nvtx-cu12==12.6.77
|
| 96 |
-
oauthlib==3.2.2
|
| 97 |
-
onnxruntime==1.21.1
|
| 98 |
-
openai==1.77.0
|
| 99 |
-
opentelemetry-api==1.32.1
|
| 100 |
-
opentelemetry-exporter-otlp-proto-common==1.32.1
|
| 101 |
-
opentelemetry-exporter-otlp-proto-grpc==1.32.1
|
| 102 |
-
opentelemetry-instrumentation==0.53b1
|
| 103 |
-
opentelemetry-instrumentation-asgi==0.53b1
|
| 104 |
-
opentelemetry-instrumentation-fastapi==0.53b1
|
| 105 |
-
opentelemetry-proto==1.32.1
|
| 106 |
-
opentelemetry-sdk==1.32.1
|
| 107 |
-
opentelemetry-semantic-conventions==0.53b1
|
| 108 |
-
opentelemetry-util-http==0.53b1
|
| 109 |
-
orjson==3.10.18
|
| 110 |
-
overrides==7.7.0
|
| 111 |
-
packaging==24.2
|
| 112 |
-
passlib==1.7.4
|
| 113 |
-
paypal-checkout-serversdk==1.0.3
|
| 114 |
-
paypalhttp==1.0.1
|
| 115 |
-
pillow==11.2.1
|
| 116 |
-
posthog==4.0.1
|
| 117 |
-
propcache==0.3.1
|
| 118 |
-
proto-plus==1.26.1
|
| 119 |
-
protobuf==5.29.4
|
| 120 |
-
pyasn1==0.6.1
|
| 121 |
-
pyasn1_modules==0.4.2
|
| 122 |
-
pycparser==2.22
|
| 123 |
-
pydantic==2.11.4
|
| 124 |
-
pydantic-settings==2.9.1
|
| 125 |
-
pydantic_core==2.33.2
|
| 126 |
-
Pygments==2.19.1
|
| 127 |
-
pymongo==4.12.1
|
| 128 |
-
pyOpenSSL==25.1.0
|
| 129 |
-
pyparsing==3.2.3
|
| 130 |
-
PyPika==0.48.9
|
| 131 |
-
pyproject_hooks==1.2.0
|
| 132 |
-
python-dateutil==2.9.0.post0
|
| 133 |
-
python-dotenv==1.1.0
|
| 134 |
-
python-jose==3.4.0
|
| 135 |
-
python-multipart==0.0.20
|
| 136 |
-
PyYAML==6.0.2
|
| 137 |
-
referencing==0.36.2
|
| 138 |
-
regex==2024.11.6
|
| 139 |
-
requests==2.32.3
|
| 140 |
-
requests-oauthlib==2.0.0
|
| 141 |
-
requests-toolbelt==1.0.0
|
| 142 |
-
rich==14.0.0
|
| 143 |
-
rpds-py==0.24.0
|
| 144 |
-
rsa==4.9.1
|
| 145 |
-
safetensors==0.5.3
|
| 146 |
-
scikit-learn==1.6.1
|
| 147 |
-
scipy==1.15.2
|
| 148 |
-
sentence-transformers==4.1.0
|
| 149 |
-
setuptools==80.3.1
|
| 150 |
-
shellingham==1.5.4
|
| 151 |
-
six==1.17.0
|
| 152 |
-
sniffio==1.3.1
|
| 153 |
-
SQLAlchemy==2.0.40
|
| 154 |
-
starlette==0.45.3
|
| 155 |
-
sympy==1.14.0
|
| 156 |
-
tenacity==9.1.2
|
| 157 |
-
threadpoolctl==3.6.0
|
| 158 |
-
tiktoken==0.9.0
|
| 159 |
-
tokenizers==0.21.1
|
| 160 |
-
torch==2.7.0
|
| 161 |
-
tqdm==4.67.1
|
| 162 |
-
transformers==4.51.3
|
| 163 |
-
triton==3.3.0
|
| 164 |
-
typer==0.15.3
|
| 165 |
-
typing-inspect==0.9.0
|
| 166 |
-
typing-inspection==0.4.0
|
| 167 |
-
typing_extensions==4.13.2
|
| 168 |
-
uritemplate==4.1.1
|
| 169 |
-
urllib3==2.4.0
|
| 170 |
-
uvicorn==0.34.2
|
| 171 |
-
uvloop==0.21.0
|
| 172 |
-
watchfiles==1.0.5
|
| 173 |
-
websocket-client==1.8.0
|
| 174 |
-
websockets==15.0.1
|
| 175 |
-
wrapt==1.17.2
|
| 176 |
-
yarl==1.20.0
|
| 177 |
-
youtube-transcript-api==1.0.3
|
| 178 |
-
zipp==3.21.0
|
| 179 |
-
zstandard==0.23.0
|
|
|
|
| 1 |
+
bcrypt
|
| 2 |
+
fastapi
|
| 3 |
+
python-jose
|
| 4 |
+
motor
|
| 5 |
+
langchain-community
|
| 6 |
+
langchain-huggingface
|
| 7 |
+
langchain-openai
|
| 8 |
+
google-api-python-client
|
| 9 |
+
paypal-checkout-serversdk
|
| 10 |
+
email-validator
|
| 11 |
+
python-multipart
|
| 12 |
+
uvicorn
|
| 13 |
+
docx2txt
|
| 14 |
+
chromadb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|