Simon Strandgaard
commited on
Commit
·
792d6d7
1
Parent(s):
e8fda0b
Synced requirements.txt with the config on huggingface spaces.
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -20,13 +20,13 @@ filelock==3.16.1
|
|
20 |
filetype==1.2.0
|
21 |
frozenlist==1.5.0
|
22 |
fsspec==2024.12.0
|
23 |
-
gradio==5.
|
24 |
-
gradio_client==1.
|
25 |
greenlet==3.1.1
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.7
|
28 |
httpx==0.27.2
|
29 |
-
huggingface-hub==0.
|
30 |
idna==3.10
|
31 |
Jinja2==3.1.5
|
32 |
jiter==0.8.2
|
@@ -53,6 +53,7 @@ llama-index-readers-llama-parse==0.4.0
|
|
53 |
llama-parse==0.5.19
|
54 |
lockfile==0.12.2
|
55 |
luigi==3.6.0
|
|
|
56 |
markdown-it-py==3.0.0
|
57 |
MarkupSafe==2.1.5
|
58 |
marshmallow==3.24.2
|
@@ -84,7 +85,7 @@ PyYAML==6.0.2
|
|
84 |
regex==2024.11.6
|
85 |
requests==2.32.3
|
86 |
rich==13.9.4
|
87 |
-
ruff==0.9.
|
88 |
safehttpx==0.1.6
|
89 |
safetensors==0.5.2
|
90 |
semantic-version==2.10.0
|
|
|
20 |
filetype==1.2.0
|
21 |
frozenlist==1.5.0
|
22 |
fsspec==2024.12.0
|
23 |
+
gradio==5.16.0
|
24 |
+
gradio_client==1.7.0
|
25 |
greenlet==3.1.1
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.7
|
28 |
httpx==0.27.2
|
29 |
+
huggingface-hub==0.28.1
|
30 |
idna==3.10
|
31 |
Jinja2==3.1.5
|
32 |
jiter==0.8.2
|
|
|
53 |
llama-parse==0.5.19
|
54 |
lockfile==0.12.2
|
55 |
luigi==3.6.0
|
56 |
+
Markdown==3.7.0
|
57 |
markdown-it-py==3.0.0
|
58 |
MarkupSafe==2.1.5
|
59 |
marshmallow==3.24.2
|
|
|
85 |
regex==2024.11.6
|
86 |
requests==2.32.3
|
87 |
rich==13.9.4
|
88 |
+
ruff==0.9.6
|
89 |
safehttpx==0.1.6
|
90 |
safetensors==0.5.2
|
91 |
semantic-version==2.10.0
|