Commit
·
8561b4b
1
Parent(s):
373637e
bump requirements
Browse files- requirements.in +2 -1
- requirements.txt +5 -1
requirements.in
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
cachetools
|
2 |
gradio
|
3 |
-
huggingface_hub
|
4 |
toolz
|
5 |
tqdm
|
|
|
|
1 |
cachetools
|
2 |
gradio
|
3 |
+
huggingface_hub>=0.26.0
|
4 |
toolz
|
5 |
tqdm
|
6 |
+
python-dotenv
|
requirements.txt
CHANGED
@@ -46,13 +46,15 @@ h11==0.14.0
|
|
46 |
# via
|
47 |
# httpcore
|
48 |
# uvicorn
|
|
|
|
|
49 |
httpcore==1.0.5
|
50 |
# via httpx
|
51 |
httpx==0.27.0
|
52 |
# via
|
53 |
# gradio
|
54 |
# gradio-client
|
55 |
-
huggingface-hub==0.
|
56 |
# via
|
57 |
# -r requirements.in
|
58 |
# gradio
|
@@ -114,6 +116,8 @@ python-dateutil==2.9.0.post0
|
|
114 |
# via
|
115 |
# matplotlib
|
116 |
# pandas
|
|
|
|
|
117 |
python-multipart==0.0.9
|
118 |
# via gradio
|
119 |
pytz==2024.1
|
|
|
46 |
# via
|
47 |
# httpcore
|
48 |
# uvicorn
|
49 |
+
hf-xet==1.1.4
|
50 |
+
# via huggingface-hub
|
51 |
httpcore==1.0.5
|
52 |
# via httpx
|
53 |
httpx==0.27.0
|
54 |
# via
|
55 |
# gradio
|
56 |
# gradio-client
|
57 |
+
huggingface-hub==0.33.0
|
58 |
# via
|
59 |
# -r requirements.in
|
60 |
# gradio
|
|
|
116 |
# via
|
117 |
# matplotlib
|
118 |
# pandas
|
119 |
+
python-dotenv==1.1.0
|
120 |
+
# via -r requirements.in
|
121 |
python-multipart==0.0.9
|
122 |
# via gradio
|
123 |
pytz==2024.1
|