Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
c2e9606
1
Parent(s):
e2667ee
update requirements.in to replace huggingface_hub with hf-xet and restore httpx[http2]
Browse files- requirements.in +3 -2
requirements.in
CHANGED
|
@@ -4,9 +4,10 @@ chromadb==1.0.0b0
|
|
| 4 |
datasets
|
| 5 |
einops
|
| 6 |
fastapi
|
| 7 |
-
|
| 8 |
hf_transfer
|
| 9 |
-
|
|
|
|
| 10 |
polars
|
| 11 |
pydantic
|
| 12 |
python-dotenv
|
|
|
|
| 4 |
datasets
|
| 5 |
einops
|
| 6 |
fastapi
|
| 7 |
+
hf-xet
|
| 8 |
hf_transfer
|
| 9 |
+
httpx[http2]
|
| 10 |
+
huggingface_hub
|
| 11 |
polars
|
| 12 |
pydantic
|
| 13 |
python-dotenv
|