Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
aa7203a
1
Parent(s):
c2e9606
update requirements.txt to reflect changes in hf-xet dependency and clarify source
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -103,9 +103,11 @@ h11==0.16.0
|
|
103 |
h2==4.2.0
|
104 |
# via httpx
|
105 |
hf-transfer==0.1.9
|
106 |
-
# via
|
107 |
hf-xet==1.1.2
|
108 |
-
# via
|
|
|
|
|
109 |
hpack==4.1.0
|
110 |
# via h2
|
111 |
httpcore==1.0.9
|
|
|
103 |
h2==4.2.0
|
104 |
# via httpx
|
105 |
hf-transfer==0.1.9
|
106 |
+
# via -r requirements.in
|
107 |
hf-xet==1.1.2
|
108 |
+
# via
|
109 |
+
# -r requirements.in
|
110 |
+
# huggingface-hub
|
111 |
hpack==4.1.0
|
112 |
# via h2
|
113 |
httpcore==1.0.9
|