Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
58fabfc
1
Parent(s):
aa7203a
update requirements to use latest versions of chromadb and aiohttp, and adjust protobuf version
Browse files- requirements.in +1 -1
- requirements.txt +3 -6
requirements.in
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
aiohttp
|
| 2 |
cashews
|
| 3 |
-
chromadb
|
| 4 |
datasets
|
| 5 |
einops
|
| 6 |
fastapi
|
|
|
|
| 1 |
aiohttp
|
| 2 |
cashews
|
| 3 |
+
chromadb
|
| 4 |
datasets
|
| 5 |
einops
|
| 6 |
fastapi
|
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# uv pip compile requirements.in -o requirements.txt
|
| 3 |
aiohappyeyeballs==2.6.1
|
| 4 |
# via aiohttp
|
| 5 |
-
aiohttp==3.12.
|
| 6 |
# via
|
| 7 |
# -r requirements.in
|
| 8 |
# fsspec
|
|
@@ -40,9 +40,7 @@ certifi==2025.4.26
|
|
| 40 |
# requests
|
| 41 |
charset-normalizer==3.4.2
|
| 42 |
# via requests
|
| 43 |
-
|
| 44 |
-
# via chromadb
|
| 45 |
-
chromadb==1.0.0b0
|
| 46 |
# via -r requirements.in
|
| 47 |
click==8.2.1
|
| 48 |
# via
|
|
@@ -169,7 +167,6 @@ networkx==3.4.2
|
|
| 169 |
# via torch
|
| 170 |
numpy==2.2.6
|
| 171 |
# via
|
| 172 |
-
# chroma-hnswlib
|
| 173 |
# chromadb
|
| 174 |
# datasets
|
| 175 |
# onnxruntime
|
|
@@ -246,7 +243,7 @@ propcache==0.3.1
|
|
| 246 |
# via
|
| 247 |
# aiohttp
|
| 248 |
# yarl
|
| 249 |
-
protobuf==5.29.
|
| 250 |
# via
|
| 251 |
# googleapis-common-protos
|
| 252 |
# onnxruntime
|
|
|
|
| 2 |
# uv pip compile requirements.in -o requirements.txt
|
| 3 |
aiohappyeyeballs==2.6.1
|
| 4 |
# via aiohttp
|
| 5 |
+
aiohttp==3.12.4
|
| 6 |
# via
|
| 7 |
# -r requirements.in
|
| 8 |
# fsspec
|
|
|
|
| 40 |
# requests
|
| 41 |
charset-normalizer==3.4.2
|
| 42 |
# via requests
|
| 43 |
+
chromadb==1.0.11
|
|
|
|
|
|
|
| 44 |
# via -r requirements.in
|
| 45 |
click==8.2.1
|
| 46 |
# via
|
|
|
|
| 167 |
# via torch
|
| 168 |
numpy==2.2.6
|
| 169 |
# via
|
|
|
|
| 170 |
# chromadb
|
| 171 |
# datasets
|
| 172 |
# onnxruntime
|
|
|
|
| 243 |
# via
|
| 244 |
# aiohttp
|
| 245 |
# yarl
|
| 246 |
+
protobuf==5.29.5
|
| 247 |
# via
|
| 248 |
# googleapis-common-protos
|
| 249 |
# onnxruntime
|