Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
burtenshaw
commited on
Commit
·
226cdf7
1
Parent(s):
18fb6c3
update gradio
Browse files- pyproject.toml +1 -1
- requirements.txt +99 -0
- uv.lock +9 -9
pyproject.toml
CHANGED
@@ -6,7 +6,7 @@ readme = "README.md"
|
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
"datasets>=3.2.0",
|
9 |
-
"gradio[oauth]
|
10 |
"huggingface-hub>=0.27.1",
|
11 |
"ipykernel>=6.29.5",
|
12 |
]
|
|
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
"datasets>=3.2.0",
|
9 |
+
"gradio[oauth]==5.15.0",
|
10 |
"huggingface-hub>=0.27.1",
|
11 |
"ipykernel>=6.29.5",
|
12 |
]
|
requirements.txt
CHANGED
@@ -97,3 +97,102 @@ wcwidth==0.2.13
|
|
97 |
websockets==14.2
|
98 |
xxhash==3.5.0
|
99 |
yarl==1.18.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
websockets==14.2
|
98 |
xxhash==3.5.0
|
99 |
yarl==1.18.3
|
100 |
+
# This file was autogenerated by uv via the following command:
|
101 |
+
# uv export --format requirements-txt --no-hashes
|
102 |
+
aiofiles==23.2.1
|
103 |
+
aiohappyeyeballs==2.4.4
|
104 |
+
aiohttp==3.11.11
|
105 |
+
aiosignal==1.3.2
|
106 |
+
annotated-types==0.7.0
|
107 |
+
anyio==4.8.0
|
108 |
+
appnope==0.1.4 ; platform_system == 'Darwin'
|
109 |
+
asttokens==3.0.0
|
110 |
+
attrs==24.3.0
|
111 |
+
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
112 |
+
authlib==1.4.0
|
113 |
+
certifi==2024.12.14
|
114 |
+
cffi==1.17.1 ; platform_python_implementation != 'PyPy' or implementation_name == 'pypy'
|
115 |
+
charset-normalizer==3.4.1
|
116 |
+
click==8.1.8 ; sys_platform != 'emscripten'
|
117 |
+
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
|
118 |
+
comm==0.2.2
|
119 |
+
cryptography==44.0.0
|
120 |
+
datasets==3.2.0
|
121 |
+
debugpy==1.8.12
|
122 |
+
decorator==5.1.1
|
123 |
+
dill==0.3.8
|
124 |
+
executing==2.2.0
|
125 |
+
fastapi==0.115.7
|
126 |
+
ffmpy==0.5.0
|
127 |
+
filelock==3.17.0
|
128 |
+
frozenlist==1.5.0
|
129 |
+
fsspec==2024.9.0
|
130 |
+
gradio==5.15.0
|
131 |
+
gradio-client==1.7.0
|
132 |
+
h11==0.14.0
|
133 |
+
httpcore==1.0.7
|
134 |
+
httpx==0.28.1
|
135 |
+
huggingface-hub==0.28.1
|
136 |
+
idna==3.10
|
137 |
+
ipykernel==6.29.5
|
138 |
+
ipython==8.31.0
|
139 |
+
itsdangerous==2.2.0
|
140 |
+
jedi==0.19.2
|
141 |
+
jinja2==3.1.5
|
142 |
+
jupyter-client==8.6.3
|
143 |
+
jupyter-core==5.7.2
|
144 |
+
markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
|
145 |
+
markupsafe==2.1.5
|
146 |
+
matplotlib-inline==0.1.7
|
147 |
+
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
148 |
+
multidict==6.1.0
|
149 |
+
multiprocess==0.70.16
|
150 |
+
nest-asyncio==1.6.0
|
151 |
+
numpy==2.2.2
|
152 |
+
orjson==3.10.15
|
153 |
+
packaging==24.2
|
154 |
+
pandas==2.2.3
|
155 |
+
parso==0.8.4
|
156 |
+
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
157 |
+
pillow==11.1.0
|
158 |
+
platformdirs==4.3.6
|
159 |
+
prompt-toolkit==3.0.50
|
160 |
+
propcache==0.2.1
|
161 |
+
psutil==6.1.1
|
162 |
+
ptyprocess==0.7.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
163 |
+
pure-eval==0.2.3
|
164 |
+
pyarrow==19.0.0
|
165 |
+
pycparser==2.22 ; platform_python_implementation != 'PyPy' or implementation_name == 'pypy'
|
166 |
+
pydantic==2.10.6
|
167 |
+
pydantic-core==2.27.2
|
168 |
+
pydub==0.25.1
|
169 |
+
pygments==2.19.1
|
170 |
+
python-dateutil==2.9.0.post0
|
171 |
+
python-multipart==0.0.20
|
172 |
+
pytz==2024.2
|
173 |
+
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
|
174 |
+
pyyaml==6.0.2
|
175 |
+
pyzmq==26.2.0
|
176 |
+
requests==2.32.3
|
177 |
+
rich==13.9.4 ; sys_platform != 'emscripten'
|
178 |
+
ruff==0.9.3 ; sys_platform != 'emscripten'
|
179 |
+
safehttpx==0.1.6
|
180 |
+
semantic-version==2.10.0
|
181 |
+
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
182 |
+
six==1.17.0
|
183 |
+
sniffio==1.3.1
|
184 |
+
stack-data==0.6.3
|
185 |
+
starlette==0.45.2
|
186 |
+
tomlkit==0.13.2
|
187 |
+
tornado==6.4.2
|
188 |
+
tqdm==4.67.1
|
189 |
+
traitlets==5.14.3
|
190 |
+
typer==0.15.1 ; sys_platform != 'emscripten'
|
191 |
+
typing-extensions==4.12.2
|
192 |
+
tzdata==2025.1
|
193 |
+
urllib3==2.3.0
|
194 |
+
uvicorn==0.34.0 ; sys_platform != 'emscripten'
|
195 |
+
wcwidth==0.2.13
|
196 |
+
websockets==14.2
|
197 |
+
xxhash==3.5.0
|
198 |
+
yarl==1.18.3
|
uv.lock
CHANGED
@@ -541,7 +541,7 @@ http = [
|
|
541 |
|
542 |
[[package]]
|
543 |
name = "gradio"
|
544 |
-
version = "5.
|
545 |
source = { registry = "https://pypi.org/simple" }
|
546 |
dependencies = [
|
547 |
{ name = "aiofiles" },
|
@@ -574,7 +574,7 @@ dependencies = [
|
|
574 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
575 |
]
|
576 |
wheels = [
|
577 |
-
{ url = "https://files.pythonhosted.org/packages/
|
578 |
]
|
579 |
|
580 |
[package.optional-dependencies]
|
@@ -585,7 +585,7 @@ oauth = [
|
|
585 |
|
586 |
[[package]]
|
587 |
name = "gradio-client"
|
588 |
-
version = "1.
|
589 |
source = { registry = "https://pypi.org/simple" }
|
590 |
dependencies = [
|
591 |
{ name = "fsspec" },
|
@@ -595,9 +595,9 @@ dependencies = [
|
|
595 |
{ name = "typing-extensions" },
|
596 |
{ name = "websockets" },
|
597 |
]
|
598 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
599 |
wheels = [
|
600 |
-
{ url = "https://files.pythonhosted.org/packages/
|
601 |
]
|
602 |
|
603 |
[[package]]
|
@@ -639,7 +639,7 @@ wheels = [
|
|
639 |
|
640 |
[[package]]
|
641 |
name = "huggingface-hub"
|
642 |
-
version = "0.
|
643 |
source = { registry = "https://pypi.org/simple" }
|
644 |
dependencies = [
|
645 |
{ name = "filelock" },
|
@@ -650,9 +650,9 @@ dependencies = [
|
|
650 |
{ name = "tqdm" },
|
651 |
{ name = "typing-extensions" },
|
652 |
]
|
653 |
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
654 |
wheels = [
|
655 |
-
{ url = "https://files.pythonhosted.org/packages/
|
656 |
]
|
657 |
|
658 |
[[package]]
|
@@ -1518,7 +1518,7 @@ dependencies = [
|
|
1518 |
[package.metadata]
|
1519 |
requires-dist = [
|
1520 |
{ name = "datasets", specifier = ">=3.2.0" },
|
1521 |
-
{ name = "gradio", extras = ["oauth"], specifier = "
|
1522 |
{ name = "huggingface-hub", specifier = ">=0.27.1" },
|
1523 |
{ name = "ipykernel", specifier = ">=6.29.5" },
|
1524 |
]
|
|
|
541 |
|
542 |
[[package]]
|
543 |
name = "gradio"
|
544 |
+
version = "5.15.0"
|
545 |
source = { registry = "https://pypi.org/simple" }
|
546 |
dependencies = [
|
547 |
{ name = "aiofiles" },
|
|
|
574 |
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
575 |
]
|
576 |
wheels = [
|
577 |
+
{ url = "https://files.pythonhosted.org/packages/a4/28/6a52bac8b13aca4f76baef03d5f840cc1f7486e879bc1ee19df51b7590d2/gradio-5.15.0-py3-none-any.whl", hash = "sha256:b0d72bf1e70c4a08283066c510d03bbdb9e378c1f806dd948e333c75bb22b3f1", size = 57766589 },
|
578 |
]
|
579 |
|
580 |
[package.optional-dependencies]
|
|
|
585 |
|
586 |
[[package]]
|
587 |
name = "gradio-client"
|
588 |
+
version = "1.7.0"
|
589 |
source = { registry = "https://pypi.org/simple" }
|
590 |
dependencies = [
|
591 |
{ name = "fsspec" },
|
|
|
595 |
{ name = "typing-extensions" },
|
596 |
{ name = "websockets" },
|
597 |
]
|
598 |
+
sdist = { url = "https://files.pythonhosted.org/packages/c5/78/e5a4a2b0f4d1ba01ec4169e181a3134fc65b6360d40817070892c3557000/gradio_client-1.7.0.tar.gz", hash = "sha256:87f6ade197951f38bac0431b2a436a8ebb2f33b2ceba2ef8e1e5bef8d8b238e4", size = 320039 }
|
599 |
wheels = [
|
600 |
+
{ url = "https://files.pythonhosted.org/packages/f3/c1/def2bd93b8beab342c443bf5ac47f85e48b78eca010bbff51d6978472a3f/gradio_client-1.7.0-py3-none-any.whl", hash = "sha256:b403570c67f121ebbbc19ac1f0afa2ab1bab085ce60d96eb190832fe871aa946", size = 321900 },
|
601 |
]
|
602 |
|
603 |
[[package]]
|
|
|
639 |
|
640 |
[[package]]
|
641 |
name = "huggingface-hub"
|
642 |
+
version = "0.28.1"
|
643 |
source = { registry = "https://pypi.org/simple" }
|
644 |
dependencies = [
|
645 |
{ name = "filelock" },
|
|
|
650 |
{ name = "tqdm" },
|
651 |
{ name = "typing-extensions" },
|
652 |
]
|
653 |
+
sdist = { url = "https://files.pythonhosted.org/packages/e7/ce/a734204aaae6c35a22f9956ebcd8d8708ae5b842e15d6f42bd6f49e634a4/huggingface_hub-0.28.1.tar.gz", hash = "sha256:893471090c98e3b6efbdfdacafe4052b20b84d59866fb6f54c33d9af18c303ae", size = 387074 }
|
654 |
wheels = [
|
655 |
+
{ url = "https://files.pythonhosted.org/packages/ea/da/6c2bea5327b640920267d3bf2c9fc114cfbd0a5de234d81cda80cc9e33c8/huggingface_hub-0.28.1-py3-none-any.whl", hash = "sha256:aa6b9a3ffdae939b72c464dbb0d7f99f56e649b55c3d52406f49e0a5a620c0a7", size = 464068 },
|
656 |
]
|
657 |
|
658 |
[[package]]
|
|
|
1518 |
[package.metadata]
|
1519 |
requires-dist = [
|
1520 |
{ name = "datasets", specifier = ">=3.2.0" },
|
1521 |
+
{ name = "gradio", extras = ["oauth"], specifier = "==5.15.0" },
|
1522 |
{ name = "huggingface-hub", specifier = ">=0.27.1" },
|
1523 |
{ name = "ipykernel", specifier = ">=6.29.5" },
|
1524 |
]
|