Cleanup w/ EditorConfig
Browse files- .editorconfig +28 -0
- README.md +1 -1
- app.py +6 -10
- pixi.lock +382 -396
- pixi.toml +2 -1
- requirements.txt +2 -1
.editorconfig
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Editor configuration, see https://editorconfig.org
|
2 |
+
root = true
|
3 |
+
|
4 |
+
[*]
|
5 |
+
charset = utf-8
|
6 |
+
end_of_line = lf
|
7 |
+
insert_final_newline = true
|
8 |
+
trim_trailing_whitespace = true
|
9 |
+
|
10 |
+
[*.bash,*.pl,*.awk]
|
11 |
+
indent_style = space
|
12 |
+
indent_size = 2
|
13 |
+
|
14 |
+
[*.bat,*.ps1]
|
15 |
+
end_of_line = crlf
|
16 |
+
|
17 |
+
[*.md]
|
18 |
+
max_line_length = off
|
19 |
+
trim_trailing_whitespace = false
|
20 |
+
|
21 |
+
# Ignore binary files
|
22 |
+
[/bin/**]
|
23 |
+
charset = unset
|
24 |
+
end_of_line = unset
|
25 |
+
insert_final_newline = unset
|
26 |
+
trim_trailing_whitespace = unset
|
27 |
+
indent_style = unset
|
28 |
+
indent_size = unset
|
README.md
CHANGED
@@ -18,7 +18,7 @@ space_ci:
|
|
18 |
trusted_authors: []
|
19 |
secrets: []
|
20 |
hardware: cpu-basic
|
21 |
-
header:
|
22 |
---
|
23 |
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
18 |
trusted_authors: []
|
19 |
secrets: []
|
20 |
hardware: cpu-basic
|
21 |
+
header: default
|
22 |
---
|
23 |
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
|
|
45 |
gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
|
46 |
gr.HTML("""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 40px; color: red;">DON'T SPAM MODELS!</h1>""")
|
47 |
gr.HTML("""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 25px; color: red;">It won't change anything!</h1>""")
|
48 |
-
|
49 |
gr.Markdown(gradio_desc)
|
50 |
|
51 |
with gr.Row(equal_height=False):
|
@@ -55,17 +55,13 @@ with gr.Blocks() as demo:
|
|
55 |
|
56 |
with gr.Column():
|
57 |
output = gr.Textbox(label="Output", lines=1)
|
58 |
-
|
59 |
-
submit_btn = gr.Button("Submit", variant="primary")
|
60 |
-
|
61 |
def validate_model_id(input_id, oauth_token: gr.OAuthToken):
|
62 |
-
|
63 |
-
gr.Error("DON'T, DON'T SPAM THAT MODELS")
|
64 |
-
return "DON'T, DON'T SPAM THAT MODELS"
|
65 |
-
else:
|
66 |
-
return commit(input_id, oauth_token=oauth_token.token)
|
67 |
|
68 |
submit_btn.click(validate_model_id, model_id, output)
|
69 |
|
70 |
threading.Thread(target=refresh).start()
|
71 |
-
demo.launch()
|
|
|
45 |
gr.HTML(f"""<h1 align="center" id="space-title">{gradio_title}</h1>""")
|
46 |
gr.HTML("""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 40px; color: red;">DON'T SPAM MODELS!</h1>""")
|
47 |
gr.HTML("""<h1 align="center" id="space-title" style="font-weight: bold; font-size: 25px; color: red;">It won't change anything!</h1>""")
|
48 |
+
|
49 |
gr.Markdown(gradio_desc)
|
50 |
|
51 |
with gr.Row(equal_height=False):
|
|
|
55 |
|
56 |
with gr.Column():
|
57 |
output = gr.Textbox(label="Output", lines=1)
|
58 |
+
|
59 |
+
submit_btn = gr.Button("Submit", variant="primary")
|
60 |
+
|
61 |
def validate_model_id(input_id, oauth_token: gr.OAuthToken):
|
62 |
+
return commit(input_id, oauth_token=oauth_token.token)
|
|
|
|
|
|
|
|
|
63 |
|
64 |
submit_btn.click(validate_model_id, model_id, output)
|
65 |
|
66 |
threading.Thread(target=refresh).start()
|
67 |
+
demo.launch()
|
pixi.lock
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
version:
|
2 |
environments:
|
3 |
default:
|
4 |
channels:
|
@@ -16,7 +16,7 @@ environments:
|
|
16 |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda
|
17 |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
|
18 |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda
|
19 |
-
- conda: https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.
|
20 |
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2
|
21 |
- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2
|
22 |
- conda: https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.26.2-pyh0610db2_0.conda
|
@@ -51,14 +51,21 @@ environments:
|
|
51 |
- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py312h7606c53_1.conda
|
52 |
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
|
53 |
- pypi: https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl
|
|
|
|
|
|
|
54 |
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
55 |
- pypi: https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl
|
|
|
56 |
- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl
|
57 |
- pypi: https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl
|
58 |
- pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
59 |
- pypi: https://files.pythonhosted.org/packages/b1/3b/90ebd66ad57c588d6087e86e327436343e9cc60776a9445b79c6e80a022d/DataProperty-1.0.1-py3-none-any.whl
|
|
|
|
|
60 |
- pypi: https://files.pythonhosted.org/packages/54/c4/148d5046a96c428464557264877ae5a9338a83bbe0df045088749ec89820/fastapi-0.115.5-py3-none-any.whl
|
61 |
- pypi: https://files.pythonhosted.org/packages/ff/1e/db99aa669eee301966bc6c997d60a0240f9cecae63f044b2e5a5310e4bf7/ffmpy-0.4.0-py3-none-any.whl
|
|
|
62 |
- pypi: https://files.pythonhosted.org/packages/51/76/6c859f3b2d1b2f1fcd957701fe394cf22b1157f8b14163e50fd40d64eb6c/gradio-5.7.1-py3-none-any.whl
|
63 |
- pypi: git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@075119aee75ab5e7150bf0814eec91c83482e790
|
64 |
- pypi: https://files.pythonhosted.org/packages/02/dd/d064b3069032eb17fc682085e1152996fc8dcde2acc0d92ef0c790573091/gradio_client-1.5.0-py3-none-any.whl
|
@@ -70,11 +77,15 @@ environments:
|
|
70 |
- pypi: https://files.pythonhosted.org/packages/3f/14/c3554d512d5f9100a95e737502f4a2323a1959f6d0d01e0d0997b35f7b10/MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl
|
71 |
- pypi: https://files.pythonhosted.org/packages/c2/0f/726229136022b154895138bb10ba35e8435c4143f614cb5ad4d4e3fc21ec/mbstrdecoder-1.1.3-py3-none-any.whl
|
72 |
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
|
|
|
|
|
73 |
- pypi: https://files.pythonhosted.org/packages/a6/84/fa11dad3404b7634aaab50733581ce11e5350383311ea7a7010f464c0170/numpy-2.1.3-cp312-cp312-win_amd64.whl
|
74 |
- pypi: https://files.pythonhosted.org/packages/13/91/634c9cd0bfc6a857fc8fab9bf1a1bd9f7f3345e0d6ca5c3d4569ceb6dcfa/orjson-3.10.12-cp312-none-win_amd64.whl
|
75 |
- pypi: https://files.pythonhosted.org/packages/29/d4/1244ab8edf173a10fd601f7e13b9566c1b525c4f365d6bee918e68381889/pandas-2.2.3-cp312-cp312-win_amd64.whl
|
76 |
- pypi: https://files.pythonhosted.org/packages/d3/5e/76a9d08b4b4e4583f269cb9f64de267f9aeae0dacef23307f53a14211716/pathvalidate-3.2.1-py3-none-any.whl
|
77 |
- pypi: https://files.pythonhosted.org/packages/57/97/73f756c338c1d86bb802ee88c3cab015ad7ce4b838f8a24f16b676b1ac7c/pillow-11.0.0-cp312-cp312-win_amd64.whl
|
|
|
|
|
78 |
- pypi: https://files.pythonhosted.org/packages/d5/74/da832196702d0c56eb86b75bfa346db9238617e29b0b7ee3b8b4eccfe654/pydantic-2.10.2-py3-none-any.whl
|
79 |
- pypi: https://files.pythonhosted.org/packages/ee/f2/c61486eee27cae5ac781305658779b4a6b45f9cc9d02c90cb21b940e82cc/pydantic_core-2.27.1-cp312-none-win_amd64.whl
|
80 |
- pypi: https://files.pythonhosted.org/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl
|
@@ -88,7 +99,7 @@ environments:
|
|
88 |
- pypi: https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl
|
89 |
- pypi: https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl
|
90 |
- pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl
|
91 |
-
- pypi: https://files.pythonhosted.org/packages/
|
92 |
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
93 |
- pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl
|
94 |
- pypi: https://files.pythonhosted.org/packages/96/00/2b325970b3060c7cecebab6d295afe763365822b1306a12eeab198f74323/starlette-0.41.3-py3-none-any.whl
|
@@ -100,25 +111,53 @@ environments:
|
|
100 |
- pypi: https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl
|
101 |
- pypi: https://files.pythonhosted.org/packages/50/c1/2d27b0a15826c2b71dcf6e2f5402181ef85acf439617bb2f1453125ce1f3/uvicorn-0.32.1-py3-none-any.whl
|
102 |
- pypi: https://files.pythonhosted.org/packages/20/52/8915f51f9aaef4e4361c89dd6cf69f72a0159f14e0d25026c81b6ad22525/websockets-12.0-cp312-cp312-win_amd64.whl
|
|
|
|
|
103 |
packages:
|
104 |
-
-
|
105 |
name: aiofiles
|
106 |
version: 23.2.1
|
107 |
-
url: https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl
|
108 |
sha256: 19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107
|
109 |
requires_python: '>=3.7'
|
110 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
name: annotated-types
|
112 |
version: 0.7.0
|
113 |
-
url: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
114 |
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
|
115 |
requires_dist:
|
116 |
- typing-extensions>=4.0.0 ; python_full_version < '3.9'
|
117 |
requires_python: '>=3.8'
|
118 |
-
-
|
119 |
name: anyio
|
120 |
version: 4.6.2.post1
|
121 |
-
url: https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl
|
122 |
sha256: 6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d
|
123 |
requires_dist:
|
124 |
- idna>=2.8
|
@@ -141,10 +180,56 @@ packages:
|
|
141 |
- truststore>=0.9.1 ; python_full_version >= '3.10' and extra == 'test'
|
142 |
- trio>=0.26.1 ; extra == 'trio'
|
143 |
requires_python: '>=3.9'
|
144 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
name: beautifulsoup4
|
146 |
version: 4.12.3
|
147 |
-
url: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl
|
148 |
sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
|
149 |
requires_dist:
|
150 |
- soupsieve>1.2
|
@@ -154,13 +239,7 @@ packages:
|
|
154 |
- html5lib ; extra == 'html5lib'
|
155 |
- lxml ; extra == 'lxml'
|
156 |
requires_python: '>=3.6.0'
|
157 |
-
-
|
158 |
-
name: brotli-python
|
159 |
-
version: 1.1.0
|
160 |
-
build: py312h275cf98_2
|
161 |
-
build_number: 2
|
162 |
-
subdir: win-64
|
163 |
-
url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h275cf98_2.conda
|
164 |
sha256: f83baa6f6bcba7b73f6921d5c1aa95ffc5d8b246ade933ade79250de0a4c9c4c
|
165 |
md5: a99aec1ac46794a5fb1cd3cf5d2b6110
|
166 |
depends:
|
@@ -177,13 +256,7 @@ packages:
|
|
177 |
- pkg:pypi/brotli?source=hash-mapping
|
178 |
size: 321874
|
179 |
timestamp: 1725268491976
|
180 |
-
-
|
181 |
-
name: bzip2
|
182 |
-
version: 1.0.8
|
183 |
-
build: h2466b09_7
|
184 |
-
build_number: 7
|
185 |
-
subdir: win-64
|
186 |
-
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda
|
187 |
sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b
|
188 |
md5: 276e7ffe9ffe39688abc665ef0f45596
|
189 |
depends:
|
@@ -195,25 +268,14 @@ packages:
|
|
195 |
purls: []
|
196 |
size: 54927
|
197 |
timestamp: 1720974860185
|
198 |
-
-
|
199 |
-
name: ca-certificates
|
200 |
-
version: 2024.8.30
|
201 |
-
build: h56e8100_0
|
202 |
-
subdir: win-64
|
203 |
-
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda
|
204 |
sha256: 0fcac3a7ffcc556649e034a1802aedf795e64227eaa7194d207b01eaf26454c4
|
205 |
md5: 4c4fd67c18619be5aa65dc5b6c72e490
|
206 |
license: ISC
|
207 |
purls: []
|
208 |
size: 158773
|
209 |
timestamp: 1725019107649
|
210 |
-
-
|
211 |
-
name: certifi
|
212 |
-
version: 2024.8.30
|
213 |
-
build: pyhd8ed1ab_0
|
214 |
-
subdir: noarch
|
215 |
-
noarch: python
|
216 |
-
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
|
217 |
sha256: 7020770df338c45ac6b560185956c32f0a5abf4b76179c037f115fc7d687819f
|
218 |
md5: 12f7d00853807b0531775e9be891cb11
|
219 |
depends:
|
@@ -223,12 +285,7 @@ packages:
|
|
223 |
- pkg:pypi/certifi?source=hash-mapping
|
224 |
size: 163752
|
225 |
timestamp: 1725278204397
|
226 |
-
-
|
227 |
-
name: cffi
|
228 |
-
version: 1.17.1
|
229 |
-
build: py312h4389bb4_0
|
230 |
-
subdir: win-64
|
231 |
-
url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py312h4389bb4_0.conda
|
232 |
sha256: ac007bf5fd56d13e16d95eea036433012f2e079dc015505c8a79efebbad1fcbc
|
233 |
md5: 08310c1a22ef957d537e547f8d484f92
|
234 |
depends:
|
@@ -244,19 +301,12 @@ packages:
|
|
244 |
- pkg:pypi/cffi?source=hash-mapping
|
245 |
size: 288142
|
246 |
timestamp: 1725560896359
|
247 |
-
-
|
248 |
name: chardet
|
249 |
version: 5.2.0
|
250 |
-
url: https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl
|
251 |
sha256: e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970
|
252 |
requires_python: '>=3.7'
|
253 |
-
-
|
254 |
-
name: charset-normalizer
|
255 |
-
version: 3.4.0
|
256 |
-
build: pyhd8ed1ab_0
|
257 |
-
subdir: noarch
|
258 |
-
noarch: python
|
259 |
-
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda
|
260 |
sha256: 1873ac45ea61f95750cb0b4e5e675d1c5b3def937e80c7eebb19297f76810be8
|
261 |
md5: a374efa97290b8799046df7c5ca17164
|
262 |
depends:
|
@@ -267,22 +317,15 @@ packages:
|
|
267 |
- pkg:pypi/charset-normalizer?source=hash-mapping
|
268 |
size: 47314
|
269 |
timestamp: 1728479405343
|
270 |
-
-
|
271 |
name: click
|
272 |
version: 8.1.7
|
273 |
-
url: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
274 |
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
275 |
requires_dist:
|
276 |
- colorama ; platform_system == 'Windows'
|
277 |
- importlib-metadata ; python_full_version < '3.8'
|
278 |
requires_python: '>=3.7'
|
279 |
-
-
|
280 |
-
name: colorama
|
281 |
-
version: 0.4.6
|
282 |
-
build: pyhd8ed1ab_0
|
283 |
-
subdir: noarch
|
284 |
-
noarch: python
|
285 |
-
url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
|
286 |
sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698
|
287 |
md5: 3faab06a954c2a04039983f2c4a50d99
|
288 |
depends:
|
@@ -293,10 +336,9 @@ packages:
|
|
293 |
- pkg:pypi/colorama?source=hash-mapping
|
294 |
size: 25170
|
295 |
timestamp: 1666700778190
|
296 |
-
-
|
297 |
name: dataproperty
|
298 |
version: 1.0.1
|
299 |
-
url: https://files.pythonhosted.org/packages/b1/3b/90ebd66ad57c588d6087e86e327436343e9cc60776a9445b79c6e80a022d/DataProperty-1.0.1-py3-none-any.whl
|
300 |
sha256: 0b8b07d4fb6453fcf975b53d35dea41f3cfd69c9d79b5010c3cf224ff0407a7a
|
301 |
requires_dist:
|
302 |
- mbstrdecoder>=1.0.0,<2
|
@@ -306,10 +348,152 @@ packages:
|
|
306 |
- pytest-md-report>=0.3 ; extra == 'test'
|
307 |
- tcolorpy>=0.1.2 ; extra == 'test'
|
308 |
requires_python: '>=3.7'
|
309 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
name: fastapi
|
311 |
version: 0.115.5
|
312 |
-
url: https://files.pythonhosted.org/packages/54/c4/148d5046a96c428464557264877ae5a9338a83bbe0df045088749ec89820/fastapi-0.115.5-py3-none-any.whl
|
313 |
sha256: 596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796
|
314 |
requires_dist:
|
315 |
- starlette>=0.40.0,<0.42.0
|
@@ -334,19 +518,12 @@ packages:
|
|
334 |
- pydantic-settings>=2.0.0 ; extra == 'all'
|
335 |
- pydantic-extra-types>=2.0.0 ; extra == 'all'
|
336 |
requires_python: '>=3.8'
|
337 |
-
-
|
338 |
name: ffmpy
|
339 |
version: 0.4.0
|
340 |
-
url: https://files.pythonhosted.org/packages/ff/1e/db99aa669eee301966bc6c997d60a0240f9cecae63f044b2e5a5310e4bf7/ffmpy-0.4.0-py3-none-any.whl
|
341 |
sha256: 39c0f20c5b465e7f8d29a5191f3a7d7675a8c546d9d985de8921151cd9b59e14
|
342 |
requires_python: '>=3.8.1,<4.0.0'
|
343 |
-
-
|
344 |
-
name: filelock
|
345 |
-
version: 3.16.1
|
346 |
-
build: pyhd8ed1ab_0
|
347 |
-
subdir: noarch
|
348 |
-
noarch: python
|
349 |
-
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda
|
350 |
sha256: 1da766da9dba05091af87977922fe60dc7464091a9ccffb3765d403189d39be4
|
351 |
md5: 916f8ec5dd4128cd5f207a3c4c07b2c6
|
352 |
depends:
|
@@ -356,27 +533,25 @@ packages:
|
|
356 |
- pkg:pypi/filelock?source=hash-mapping
|
357 |
size: 17357
|
358 |
timestamp: 1726613593584
|
359 |
-
-
|
360 |
-
name:
|
361 |
-
version:
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
md5: 816dbc4679a64e4417cd1385d661bb31
|
368 |
depends:
|
369 |
- python >=3.8
|
370 |
license: BSD-3-Clause
|
371 |
license_family: BSD
|
372 |
purls:
|
373 |
- pkg:pypi/fsspec?source=hash-mapping
|
374 |
-
size:
|
375 |
-
timestamp:
|
376 |
-
-
|
377 |
name: gradio
|
378 |
version: 5.7.1
|
379 |
-
url: https://files.pythonhosted.org/packages/51/76/6c859f3b2d1b2f1fcd957701fe394cf22b1157f8b14163e50fd40d64eb6c/gradio-5.7.1-py3-none-any.whl
|
380 |
sha256: 6b6c788445ea676b9589e57c62b2ebdad67b089585c56744c56012d0915d1001
|
381 |
requires_dist:
|
382 |
- aiofiles>=22.0,<24.0
|
@@ -410,10 +585,9 @@ packages:
|
|
410 |
- authlib ; extra == 'oauth'
|
411 |
- itsdangerous ; extra == 'oauth'
|
412 |
requires_python: '>=3.10'
|
413 |
-
-
|
414 |
name: gradio-client
|
415 |
version: 1.5.0
|
416 |
-
url: https://files.pythonhosted.org/packages/02/dd/d064b3069032eb17fc682085e1152996fc8dcde2acc0d92ef0c790573091/gradio_client-1.5.0-py3-none-any.whl
|
417 |
sha256: 4412edd555461771425355a8791ec4c437913dee515cb415444cb9a87d00bd9c
|
418 |
requires_dist:
|
419 |
- fsspec
|
@@ -423,10 +597,9 @@ packages:
|
|
423 |
- typing-extensions~=4.0
|
424 |
- websockets>=10.0,<13.0
|
425 |
requires_python: '>=3.10'
|
426 |
-
-
|
427 |
name: gradio-space-ci
|
428 |
version: 0.2.3
|
429 |
-
url: git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@075119aee75ab5e7150bf0814eec91c83482e790
|
430 |
requires_dist:
|
431 |
- gradio
|
432 |
- huggingface-hub>=0.21.1
|
@@ -435,21 +608,14 @@ packages:
|
|
435 |
- types-requests ; extra == 'dev'
|
436 |
- types-ujson ; extra == 'dev'
|
437 |
requires_python: '>=3.8.0'
|
438 |
-
-
|
439 |
name: h11
|
440 |
version: 0.14.0
|
441 |
-
url: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
|
442 |
sha256: e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
|
443 |
requires_dist:
|
444 |
- typing-extensions ; python_full_version < '3.8'
|
445 |
requires_python: '>=3.7'
|
446 |
-
-
|
447 |
-
name: h2
|
448 |
-
version: 4.1.0
|
449 |
-
build: pyhd8ed1ab_0
|
450 |
-
subdir: noarch
|
451 |
-
noarch: python
|
452 |
-
url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2
|
453 |
sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a
|
454 |
md5: b748fbf7060927a6e82df7cb5ee8f097
|
455 |
depends:
|
@@ -462,13 +628,7 @@ packages:
|
|
462 |
- pkg:pypi/h2?source=hash-mapping
|
463 |
size: 46754
|
464 |
timestamp: 1634280590080
|
465 |
-
-
|
466 |
-
name: hpack
|
467 |
-
version: 4.0.0
|
468 |
-
build: pyh9f0ad1d_0
|
469 |
-
subdir: noarch
|
470 |
-
noarch: python
|
471 |
-
url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2
|
472 |
sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8
|
473 |
md5: 914d6646c4dbb1fd3ff539830a12fd71
|
474 |
depends:
|
@@ -479,10 +639,9 @@ packages:
|
|
479 |
- pkg:pypi/hpack?source=hash-mapping
|
480 |
size: 25341
|
481 |
timestamp: 1598856368685
|
482 |
-
-
|
483 |
name: httpcore
|
484 |
version: 1.0.7
|
485 |
-
url: https://files.pythonhosted.org/packages/87/f5/72347bc88306acb359581ac4d52f23c0ef445b57157adedb9aee0cd689d2/httpcore-1.0.7-py3-none-any.whl
|
486 |
sha256: a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd
|
487 |
requires_dist:
|
488 |
- certifi
|
@@ -492,10 +651,9 @@ packages:
|
|
492 |
- socksio==1.* ; extra == 'socks'
|
493 |
- trio>=0.22.0,<1.0 ; extra == 'trio'
|
494 |
requires_python: '>=3.8'
|
495 |
-
-
|
496 |
name: httpx
|
497 |
version: 0.28.0
|
498 |
-
url: https://files.pythonhosted.org/packages/8f/fb/a19866137577ba60c6d8b69498dc36be479b13ba454f691348ddf428f185/httpx-0.28.0-py3-none-any.whl
|
499 |
sha256: dc0b419a0cfeb6e8b34e85167c0da2671206f5095f1baa9663d23bcfd6b535fc
|
500 |
requires_dist:
|
501 |
- anyio
|
@@ -511,13 +669,7 @@ packages:
|
|
511 |
- socksio==1.* ; extra == 'socks'
|
512 |
- zstandard>=0.18.0 ; extra == 'zstd'
|
513 |
requires_python: '>=3.8'
|
514 |
-
-
|
515 |
-
name: huggingface_hub
|
516 |
-
version: 0.26.2
|
517 |
-
build: pyh0610db2_0
|
518 |
-
subdir: noarch
|
519 |
-
noarch: python
|
520 |
-
url: https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.26.2-pyh0610db2_0.conda
|
521 |
sha256: fad5da1b0a0899dfb4d59bb4a4e4b58bade677ad44332beb608020e55f1bea53
|
522 |
md5: a7344f1612e61d1e1dcc90c758f71f8f
|
523 |
depends:
|
@@ -536,13 +688,7 @@ packages:
|
|
536 |
- pkg:pypi/huggingface-hub?source=hash-mapping
|
537 |
size: 274216
|
538 |
timestamp: 1730211995421
|
539 |
-
-
|
540 |
-
name: hyperframe
|
541 |
-
version: 6.0.1
|
542 |
-
build: pyhd8ed1ab_0
|
543 |
-
subdir: noarch
|
544 |
-
noarch: python
|
545 |
-
url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2
|
546 |
sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330
|
547 |
md5: 9f765cbfab6870c8435b9eefecd7a1f4
|
548 |
depends:
|
@@ -553,13 +699,7 @@ packages:
|
|
553 |
- pkg:pypi/hyperframe?source=hash-mapping
|
554 |
size: 14646
|
555 |
timestamp: 1619110249723
|
556 |
-
-
|
557 |
-
name: idna
|
558 |
-
version: '3.10'
|
559 |
-
build: pyhd8ed1ab_0
|
560 |
-
subdir: noarch
|
561 |
-
noarch: python
|
562 |
-
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_0.conda
|
563 |
sha256: 8c57fd68e6be5eecba4462e983aed7e85761a519aab80e834bbd7794d4b545b2
|
564 |
md5: 7ba2ede0e7c795ff95088daf0dc59753
|
565 |
depends:
|
@@ -570,21 +710,15 @@ packages:
|
|
570 |
- pkg:pypi/idna?source=hash-mapping
|
571 |
size: 49837
|
572 |
timestamp: 1726459583613
|
573 |
-
-
|
574 |
name: jinja2
|
575 |
version: 3.1.4
|
576 |
-
url: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
|
577 |
sha256: bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
|
578 |
requires_dist:
|
579 |
- markupsafe>=2.0
|
580 |
- babel>=2.7 ; extra == 'i18n'
|
581 |
requires_python: '>=3.7'
|
582 |
-
-
|
583 |
-
name: libexpat
|
584 |
-
version: 2.6.4
|
585 |
-
build: he0c23c2_0
|
586 |
-
subdir: win-64
|
587 |
-
url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda
|
588 |
sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12
|
589 |
md5: eb383771c680aa792feb529eaf9df82f
|
590 |
depends:
|
@@ -598,13 +732,7 @@ packages:
|
|
598 |
purls: []
|
599 |
size: 139068
|
600 |
timestamp: 1730967442102
|
601 |
-
-
|
602 |
-
name: libffi
|
603 |
-
version: 3.4.2
|
604 |
-
build: h8ffe710_5
|
605 |
-
build_number: 5
|
606 |
-
subdir: win-64
|
607 |
-
url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
|
608 |
sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5
|
609 |
md5: 2c96d1b6915b408893f9472569dee135
|
610 |
depends:
|
@@ -615,13 +743,7 @@ packages:
|
|
615 |
purls: []
|
616 |
size: 42063
|
617 |
timestamp: 1636489106777
|
618 |
-
-
|
619 |
-
name: libsqlite
|
620 |
-
version: 3.47.0
|
621 |
-
build: h2466b09_1
|
622 |
-
build_number: 1
|
623 |
-
subdir: win-64
|
624 |
-
url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.0-h2466b09_1.conda
|
625 |
sha256: 3342d6fe787f5830f7e8466d9c65c914bfd8d67220fb5673041b338cbba47afe
|
626 |
md5: 5b1f36012cc3d09c4eb9f24ad0e2c379
|
627 |
depends:
|
@@ -632,13 +754,7 @@ packages:
|
|
632 |
purls: []
|
633 |
size: 892175
|
634 |
timestamp: 1730208431651
|
635 |
-
-
|
636 |
-
name: libzlib
|
637 |
-
version: 1.3.1
|
638 |
-
build: h2466b09_2
|
639 |
-
build_number: 2
|
640 |
-
subdir: win-64
|
641 |
-
url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
|
642 |
sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402
|
643 |
md5: 41fbfac52c601159df6c01f875de31b9
|
644 |
depends:
|
@@ -652,10 +768,9 @@ packages:
|
|
652 |
purls: []
|
653 |
size: 55476
|
654 |
timestamp: 1727963768015
|
655 |
-
-
|
656 |
name: markdown-it-py
|
657 |
version: 3.0.0
|
658 |
-
url: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
|
659 |
sha256: 355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1
|
660 |
requires_dist:
|
661 |
- mdurl~=0.1
|
@@ -684,16 +799,14 @@ packages:
|
|
684 |
- pytest-cov ; extra == 'testing'
|
685 |
- pytest-regressions ; extra == 'testing'
|
686 |
requires_python: '>=3.8'
|
687 |
-
-
|
688 |
name: markupsafe
|
689 |
version: 2.1.5
|
690 |
-
url: https://files.pythonhosted.org/packages/3f/14/c3554d512d5f9100a95e737502f4a2323a1959f6d0d01e0d0997b35f7b10/MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl
|
691 |
sha256: 823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb
|
692 |
requires_python: '>=3.7'
|
693 |
-
-
|
694 |
name: mbstrdecoder
|
695 |
version: 1.1.3
|
696 |
-
url: https://files.pythonhosted.org/packages/c2/0f/726229136022b154895138bb10ba35e8435c4143f614cb5ad4d4e3fc21ec/mbstrdecoder-1.1.3-py3-none-any.whl
|
697 |
sha256: d66c1ed3f2dc4e7c5d87cd44a75be10bc5af4250f95b38bbaedd7851308ce938
|
698 |
requires_dist:
|
699 |
- chardet>=3.0.4,<6
|
@@ -701,24 +814,31 @@ packages:
|
|
701 |
- pytest>=6.0.1 ; extra == 'test'
|
702 |
- pytest-md-report>=0.1 ; extra == 'test'
|
703 |
requires_python: '>=3.7'
|
704 |
-
-
|
705 |
name: mdurl
|
706 |
version: 0.1.2
|
707 |
-
url: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
|
708 |
sha256: 84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8
|
709 |
requires_python: '>=3.7'
|
710 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
711 |
name: numpy
|
712 |
version: 2.1.3
|
713 |
-
url: https://files.pythonhosted.org/packages/a6/84/fa11dad3404b7634aaab50733581ce11e5350383311ea7a7010f464c0170/numpy-2.1.3-cp312-cp312-win_amd64.whl
|
714 |
sha256: 0d30c543f02e84e92c4b1f415b7c6b5326cbe45ee7882b6b77db7195fb971e3a
|
715 |
requires_python: '>=3.10'
|
716 |
-
-
|
717 |
-
name: openssl
|
718 |
-
version: 3.4.0
|
719 |
-
build: h2466b09_0
|
720 |
-
subdir: win-64
|
721 |
-
url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-h2466b09_0.conda
|
722 |
sha256: e03045a0837e01ff5c75e9273a572553e7522290799807f918c917a9826a6484
|
723 |
md5: d0d805d9b5524a14efb51b3bff965e83
|
724 |
depends:
|
@@ -731,20 +851,12 @@ packages:
|
|
731 |
purls: []
|
732 |
size: 8491156
|
733 |
timestamp: 1731379715927
|
734 |
-
-
|
735 |
name: orjson
|
736 |
version: 3.10.12
|
737 |
-
url: https://files.pythonhosted.org/packages/13/91/634c9cd0bfc6a857fc8fab9bf1a1bd9f7f3345e0d6ca5c3d4569ceb6dcfa/orjson-3.10.12-cp312-none-win_amd64.whl
|
738 |
sha256: fc23f691fa0f5c140576b8c365bc942d577d861a9ee1142e4db468e4e17094fb
|
739 |
requires_python: '>=3.8'
|
740 |
-
-
|
741 |
-
name: packaging
|
742 |
-
version: '24.2'
|
743 |
-
build: pyhff2d567_1
|
744 |
-
build_number: 1
|
745 |
-
subdir: noarch
|
746 |
-
noarch: python
|
747 |
-
url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhff2d567_1.conda
|
748 |
sha256: 74843f871e5cd8a1baf5ed8c406c571139c287141efe532f8ffbdafa3664d244
|
749 |
md5: 8508b703977f4c4ada34d657d051972c
|
750 |
depends:
|
@@ -755,10 +867,9 @@ packages:
|
|
755 |
- pkg:pypi/packaging?source=hash-mapping
|
756 |
size: 60380
|
757 |
timestamp: 1731802602808
|
758 |
-
-
|
759 |
name: pandas
|
760 |
version: 2.2.3
|
761 |
-
url: https://files.pythonhosted.org/packages/29/d4/1244ab8edf173a10fd601f7e13b9566c1b525c4f365d6bee918e68381889/pandas-2.2.3-cp312-cp312-win_amd64.whl
|
762 |
sha256: 59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13
|
763 |
requires_dist:
|
764 |
- numpy>=1.22.4 ; python_full_version < '3.11'
|
@@ -847,10 +958,9 @@ packages:
|
|
847 |
- xlsxwriter>=3.0.5 ; extra == 'all'
|
848 |
- zstandard>=0.19.0 ; extra == 'all'
|
849 |
requires_python: '>=3.9'
|
850 |
-
-
|
851 |
name: pathvalidate
|
852 |
version: 3.2.1
|
853 |
-
url: https://files.pythonhosted.org/packages/d3/5e/76a9d08b4b4e4583f269cb9f64de267f9aeae0dacef23307f53a14211716/pathvalidate-3.2.1-py3-none-any.whl
|
854 |
sha256: 9a6255eb8f63c9e2135b9be97a5ce08f10230128c4ae7b3e935378b82b22c4c9
|
855 |
requires_dist:
|
856 |
- sphinx-rtd-theme>=1.2.2 ; extra == 'docs'
|
@@ -864,10 +974,9 @@ packages:
|
|
864 |
- pytest>=6.0.1 ; extra == 'test'
|
865 |
- pytest-md-report>=0.6.2 ; extra == 'test'
|
866 |
requires_python: '>=3.7'
|
867 |
-
-
|
868 |
name: pillow
|
869 |
version: 11.0.0
|
870 |
-
url: https://files.pythonhosted.org/packages/57/97/73f756c338c1d86bb802ee88c3cab015ad7ce4b838f8a24f16b676b1ac7c/pillow-11.0.0-cp312-cp312-win_amd64.whl
|
871 |
sha256: 8ec4a89295cd6cd4d1058a5e6aec6bf51e0eaaf9714774e1bfac7cfc9051db47
|
872 |
requires_dist:
|
873 |
- furo ; extra == 'docs'
|
@@ -891,13 +1000,23 @@ packages:
|
|
891 |
- typing-extensions ; python_full_version < '3.10' and extra == 'typing'
|
892 |
- defusedxml ; extra == 'xmp'
|
893 |
requires_python: '>=3.9'
|
894 |
-
-
|
895 |
-
name:
|
896 |
-
version:
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
901 |
sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64
|
902 |
md5: 844d9eb3b43095b031874477f7d70088
|
903 |
depends:
|
@@ -908,10 +1027,9 @@ packages:
|
|
908 |
- pkg:pypi/pycparser?source=hash-mapping
|
909 |
size: 105098
|
910 |
timestamp: 1711811634025
|
911 |
-
-
|
912 |
name: pydantic
|
913 |
version: 2.10.2
|
914 |
-
url: https://files.pythonhosted.org/packages/d5/74/da832196702d0c56eb86b75bfa346db9238617e29b0b7ee3b8b4eccfe654/pydantic-2.10.2-py3-none-any.whl
|
915 |
sha256: cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e
|
916 |
requires_dist:
|
917 |
- annotated-types>=0.6.0
|
@@ -920,35 +1038,25 @@ packages:
|
|
920 |
- email-validator>=2.0.0 ; extra == 'email'
|
921 |
- tzdata ; python_full_version >= '3.9' and platform_system == 'Windows' and extra == 'timezone'
|
922 |
requires_python: '>=3.8'
|
923 |
-
-
|
924 |
name: pydantic-core
|
925 |
version: 2.27.1
|
926 |
-
url: https://files.pythonhosted.org/packages/ee/f2/c61486eee27cae5ac781305658779b4a6b45f9cc9d02c90cb21b940e82cc/pydantic_core-2.27.1-cp312-none-win_amd64.whl
|
927 |
sha256: 66ff044fd0bb1768688aecbe28b6190f6e799349221fb0de0e6f4048eca14c16
|
928 |
requires_dist:
|
929 |
- typing-extensions>=4.6.0,!=4.7.0
|
930 |
requires_python: '>=3.8'
|
931 |
-
-
|
932 |
name: pydub
|
933 |
version: 0.25.1
|
934 |
-
url: https://files.pythonhosted.org/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl
|
935 |
sha256: 65617e33033874b59d87db603aa1ed450633288aefead953b30bded59cb599a6
|
936 |
-
-
|
937 |
name: pygments
|
938 |
version: 2.18.0
|
939 |
-
url: https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl
|
940 |
sha256: b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a
|
941 |
requires_dist:
|
942 |
- colorama>=0.4.6 ; extra == 'windows-terminal'
|
943 |
requires_python: '>=3.8'
|
944 |
-
-
|
945 |
-
name: pysocks
|
946 |
-
version: 1.7.1
|
947 |
-
build: pyh0701188_6
|
948 |
-
build_number: 6
|
949 |
-
subdir: noarch
|
950 |
-
noarch: python
|
951 |
-
url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2
|
952 |
sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7
|
953 |
md5: 56cd9fe388baac0e90c7149cfac95b60
|
954 |
depends:
|
@@ -961,10 +1069,9 @@ packages:
|
|
961 |
- pkg:pypi/pysocks?source=hash-mapping
|
962 |
size: 19348
|
963 |
timestamp: 1661605138291
|
964 |
-
-
|
965 |
name: pytablewriter
|
966 |
version: 1.2.0
|
967 |
-
url: https://files.pythonhosted.org/packages/06/74/b39b823ee7dba155b117634e62733a0dfdfe5aa100a553b435062cee2062/pytablewriter-1.2.0-py3-none-any.whl
|
968 |
sha256: 4a30e2bb4bf5bc1069b1d2b2bc41947577c4517ab0875b23a5b194d296f543d8
|
969 |
requires_dist:
|
970 |
- setuptools>=38.3.0
|
@@ -1035,12 +1142,7 @@ packages:
|
|
1035 |
- toml>=0.9.3,<1 ; extra == 'toml'
|
1036 |
- pyyaml>=3.11,<7 ; extra == 'yaml'
|
1037 |
requires_python: '>=3.7'
|
1038 |
-
-
|
1039 |
-
name: python
|
1040 |
-
version: 3.12.7
|
1041 |
-
build: hce54a09_0_cpython
|
1042 |
-
subdir: win-64
|
1043 |
-
url: https://conda.anaconda.org/conda-forge/win-64/python-3.12.7-hce54a09_0_cpython.conda
|
1044 |
sha256: 2308cfa9ec563360d29ced7fd13a6b60b9a7b3cf8961a95c78c69f486211d018
|
1045 |
md5: 21f1f7c6ccf6b747c5086d2422c230e1
|
1046 |
depends:
|
@@ -1062,27 +1164,20 @@ packages:
|
|
1062 |
purls: []
|
1063 |
size: 15987537
|
1064 |
timestamp: 1728057382072
|
1065 |
-
-
|
1066 |
name: python-dateutil
|
1067 |
version: 2.9.0.post0
|
1068 |
-
url: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
1069 |
sha256: a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
|
1070 |
requires_dist:
|
1071 |
- six>=1.5
|
1072 |
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*'
|
1073 |
-
-
|
1074 |
name: python-multipart
|
1075 |
version: 0.0.12
|
1076 |
-
url: https://files.pythonhosted.org/packages/f5/0b/c316262244abea7481f95f1e91d7575f3dfcf6455d56d1ffe9839c582eb1/python_multipart-0.0.12-py3-none-any.whl
|
1077 |
sha256: 43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf
|
1078 |
requires_python: '>=3.8'
|
1079 |
-
-
|
1080 |
-
name: python_abi
|
1081 |
-
version: '3.12'
|
1082 |
-
build: 5_cp312
|
1083 |
build_number: 5
|
1084 |
-
subdir: win-64
|
1085 |
-
url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-5_cp312.conda
|
1086 |
sha256: 9486662af81a219e96d343449eff242f38d7c5128ced5ce5acf85857265058d6
|
1087 |
md5: e8681f534453af7afab4cd2bc1423eec
|
1088 |
constrains:
|
@@ -1092,18 +1187,11 @@ packages:
|
|
1092 |
purls: []
|
1093 |
size: 6730
|
1094 |
timestamp: 1723823139725
|
1095 |
-
-
|
1096 |
name: pytz
|
1097 |
version: '2024.2'
|
1098 |
-
url: https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl
|
1099 |
sha256: 31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725
|
1100 |
-
-
|
1101 |
-
name: pyyaml
|
1102 |
-
version: 6.0.2
|
1103 |
-
build: py312h4389bb4_1
|
1104 |
-
build_number: 1
|
1105 |
-
subdir: win-64
|
1106 |
-
url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py312h4389bb4_1.conda
|
1107 |
sha256: fa3ede1fa2ed6ea0a51095aeea398f6f0f54af036c4bc525726107cfb49229d5
|
1108 |
md5: afb7809721516919c276b45f847c085f
|
1109 |
depends:
|
@@ -1119,13 +1207,7 @@ packages:
|
|
1119 |
- pkg:pypi/pyyaml?source=hash-mapping
|
1120 |
size: 181227
|
1121 |
timestamp: 1725456516473
|
1122 |
-
-
|
1123 |
-
name: requests
|
1124 |
-
version: 2.32.3
|
1125 |
-
build: pyhd8ed1ab_0
|
1126 |
-
subdir: noarch
|
1127 |
-
noarch: python
|
1128 |
-
url: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda
|
1129 |
sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc
|
1130 |
md5: 5ede4753180c7a550a443c430dc8ab52
|
1131 |
depends:
|
@@ -1142,10 +1224,9 @@ packages:
|
|
1142 |
- pkg:pypi/requests?source=hash-mapping
|
1143 |
size: 58810
|
1144 |
timestamp: 1717057174842
|
1145 |
-
-
|
1146 |
name: rich
|
1147 |
version: 13.9.4
|
1148 |
-
url: https://files.pythonhosted.org/packages/19/71/39c7c0d87f8d4e6c020a393182060eaefeeae6c01dab6a84ec346f2567df/rich-13.9.4-py3-none-any.whl
|
1149 |
sha256: 6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90
|
1150 |
requires_dist:
|
1151 |
- ipywidgets>=7.5.1,<9 ; extra == 'jupyter'
|
@@ -1153,12 +1234,7 @@ packages:
|
|
1153 |
- pygments>=2.13.0,<3.0.0
|
1154 |
- typing-extensions>=4.0.0,<5.0 ; python_full_version < '3.11'
|
1155 |
requires_python: '>=3.8.0'
|
1156 |
-
-
|
1157 |
-
name: ruff
|
1158 |
-
version: 0.8.1
|
1159 |
-
build: py312h4e4d446_0
|
1160 |
-
subdir: win-64
|
1161 |
-
url: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.1-py312h4e4d446_0.conda
|
1162 |
sha256: 5143775e87b6c26e46399a47b8420dfb6aadfa33fad96b58daa9585f1652d7ee
|
1163 |
md5: 3f7b928dd1bbb6a2bf17497a3e5e11e0
|
1164 |
depends:
|
@@ -1173,19 +1249,17 @@ packages:
|
|
1173 |
- pkg:pypi/ruff?source=hash-mapping
|
1174 |
size: 6896963
|
1175 |
timestamp: 1732870992135
|
1176 |
-
-
|
1177 |
name: safehttpx
|
1178 |
version: 0.1.1
|
1179 |
-
url: https://files.pythonhosted.org/packages/df/f7/55cdeed5889f2076fdb125bc87bb7ab0f1715c84b0a4619c44833d890f60/safehttpx-0.1.1-py3-none-any.whl
|
1180 |
sha256: 1d93b64023c00d5c53ea70ea36e773b8a0dba5eaf1a1eb188856584a0a4cf4d1
|
1181 |
requires_dist:
|
1182 |
- httpx
|
1183 |
- pytest ; extra == 'dev'
|
1184 |
requires_python: '>=3.9'
|
1185 |
-
-
|
1186 |
name: semantic-version
|
1187 |
version: 2.10.0
|
1188 |
-
url: https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl
|
1189 |
sha256: de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177
|
1190 |
requires_dist:
|
1191 |
- django>=1.11 ; extra == 'dev'
|
@@ -1201,10 +1275,9 @@ packages:
|
|
1201 |
- sphinx ; extra == 'doc'
|
1202 |
- sphinx-rtd-theme ; extra == 'doc'
|
1203 |
requires_python: '>=2.7'
|
1204 |
-
-
|
1205 |
name: setuptools
|
1206 |
version: 75.6.0
|
1207 |
-
url: https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl
|
1208 |
sha256: ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
|
1209 |
requires_dist:
|
1210 |
- pytest>=6,!=8.1.* ; extra == 'test'
|
@@ -1261,34 +1334,29 @@ packages:
|
|
1261 |
- importlib-metadata>=7.0.2 ; python_full_version < '3.10' and extra == 'type'
|
1262 |
- jaraco-develop>=7.21 ; sys_platform != 'cygwin' and extra == 'type'
|
1263 |
requires_python: '>=3.9'
|
1264 |
-
-
|
1265 |
name: shellingham
|
1266 |
version: 1.5.4
|
1267 |
-
url: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl
|
1268 |
sha256: 7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686
|
1269 |
requires_python: '>=3.7'
|
1270 |
-
-
|
1271 |
name: six
|
1272 |
-
version: 1.
|
1273 |
-
|
1274 |
-
sha256: 8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
|
1275 |
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*'
|
1276 |
-
-
|
1277 |
name: sniffio
|
1278 |
version: 1.3.1
|
1279 |
-
url: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
1280 |
sha256: 2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2
|
1281 |
requires_python: '>=3.7'
|
1282 |
-
-
|
1283 |
name: soupsieve
|
1284 |
version: '2.6'
|
1285 |
-
url: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl
|
1286 |
sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9
|
1287 |
requires_python: '>=3.8'
|
1288 |
-
-
|
1289 |
name: starlette
|
1290 |
version: 0.41.3
|
1291 |
-
url: https://files.pythonhosted.org/packages/96/00/2b325970b3060c7cecebab6d295afe763365822b1306a12eeab198f74323/starlette-0.41.3-py3-none-any.whl
|
1292 |
sha256: 44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7
|
1293 |
requires_dist:
|
1294 |
- anyio>=3.4.0,<5
|
@@ -1299,10 +1367,9 @@ packages:
|
|
1299 |
- python-multipart>=0.0.7 ; extra == 'full'
|
1300 |
- pyyaml ; extra == 'full'
|
1301 |
requires_python: '>=3.8'
|
1302 |
-
-
|
1303 |
name: tabledata
|
1304 |
version: 1.3.3
|
1305 |
-
url: https://files.pythonhosted.org/packages/06/e2/96b10ebc00d20b55967200e3d95c2137d91f58af1af672627683431c9d5c/tabledata-1.3.3-py3-none-any.whl
|
1306 |
sha256: 4abad1c996d8607e23b045b44dc0c5f061668f3c37585302c5f6c84c93a89962
|
1307 |
requires_dist:
|
1308 |
- dataproperty>=1.0.1,<2
|
@@ -1311,22 +1378,15 @@ packages:
|
|
1311 |
- pytablewriter>=0.46 ; extra == 'test'
|
1312 |
- pytest ; extra == 'test'
|
1313 |
requires_python: '>=3.7'
|
1314 |
-
-
|
1315 |
name: tcolorpy
|
1316 |
version: 0.1.6
|
1317 |
-
url: https://files.pythonhosted.org/packages/9e/0f/3571e551b524b3d3ddfa7fd3ec8065941faf4ae1278efefcef976d93587c/tcolorpy-0.1.6-py3-none-any.whl
|
1318 |
sha256: 8c15cb3167f30b0a433d72297e9d68667c825bd9e2af41c8dd7dfbd3d7f7e207
|
1319 |
requires_dist:
|
1320 |
- pytest>=6.0.1 ; extra == 'test'
|
1321 |
- pytest-md-report>=0.5 ; extra == 'test'
|
1322 |
requires_python: '>=3.7'
|
1323 |
-
-
|
1324 |
-
name: tk
|
1325 |
-
version: 8.6.13
|
1326 |
-
build: h5226925_1
|
1327 |
-
build_number: 1
|
1328 |
-
subdir: win-64
|
1329 |
-
url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda
|
1330 |
sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1
|
1331 |
md5: fc048363eb8f03cd1737600a5d08aafe
|
1332 |
depends:
|
@@ -1338,19 +1398,12 @@ packages:
|
|
1338 |
purls: []
|
1339 |
size: 3503410
|
1340 |
timestamp: 1699202577803
|
1341 |
-
-
|
1342 |
name: tomlkit
|
1343 |
version: 0.12.0
|
1344 |
-
url: https://files.pythonhosted.org/packages/68/4f/12207897848a653d03ebbf6775a29d949408ded5f99b2d87198bc5c93508/tomlkit-0.12.0-py3-none-any.whl
|
1345 |
sha256: 926f1f37a1587c7a4f6c7484dae538f1345d96d793d9adab5d3675957b1d0766
|
1346 |
requires_python: '>=3.7'
|
1347 |
-
-
|
1348 |
-
name: tqdm
|
1349 |
-
version: 4.67.1
|
1350 |
-
build: pyhd8ed1ab_0
|
1351 |
-
subdir: noarch
|
1352 |
-
noarch: python
|
1353 |
-
url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_0.conda
|
1354 |
sha256: 5673b7104350a6998cb86cccf1d0058217d86950e8d6c927d8530606028edb1d
|
1355 |
md5: 4085c9db273a148e149c03627350e22c
|
1356 |
depends:
|
@@ -1361,10 +1414,9 @@ packages:
|
|
1361 |
- pkg:pypi/tqdm?source=hash-mapping
|
1362 |
size: 89484
|
1363 |
timestamp: 1732497312317
|
1364 |
-
-
|
1365 |
name: typepy
|
1366 |
version: 1.3.2
|
1367 |
-
url: https://files.pythonhosted.org/packages/f1/10/0d6dc654bb4e0eca017bbaf43a315b464c888576a68a2883cd4a74bd1b6b/typepy-1.3.2-py3-none-any.whl
|
1368 |
sha256: d5d1022a424132622993800f1d2cd16cfdb691ac4e3b9c325f0fcb37799db1ae
|
1369 |
requires_dist:
|
1370 |
- mbstrdecoder>=1.0.0,<2
|
@@ -1377,10 +1429,9 @@ packages:
|
|
1377 |
- pytz>=2018.9 ; extra == 'test'
|
1378 |
- packaging ; extra == 'test'
|
1379 |
requires_python: '>=3.7'
|
1380 |
-
-
|
1381 |
name: typer
|
1382 |
version: 0.14.0
|
1383 |
-
url: https://files.pythonhosted.org/packages/bb/d8/a3ab71d5587b42b832a7ef2e65b3e51a18f8da32b6ce169637d4d21995ed/typer-0.14.0-py3-none-any.whl
|
1384 |
sha256: f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09
|
1385 |
requires_dist:
|
1386 |
- click>=8.0.0
|
@@ -1388,13 +1439,8 @@ packages:
|
|
1388 |
- shellingham>=1.3.0
|
1389 |
- rich>=10.11.0
|
1390 |
requires_python: '>=3.7'
|
1391 |
-
-
|
1392 |
-
name: typing-extensions
|
1393 |
-
version: 4.12.2
|
1394 |
-
build: hd8ed1ab_0
|
1395 |
-
subdir: noarch
|
1396 |
noarch: python
|
1397 |
-
url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda
|
1398 |
sha256: d3b9a8ed6da7c9f9553c5fd8a4fca9c3e0ab712fa5f497859f82337d67533b73
|
1399 |
md5: 52d648bd608f5737b123f510bb5514b5
|
1400 |
depends:
|
@@ -1404,13 +1450,7 @@ packages:
|
|
1404 |
purls: []
|
1405 |
size: 10097
|
1406 |
timestamp: 1717802659025
|
1407 |
-
-
|
1408 |
-
name: typing_extensions
|
1409 |
-
version: 4.12.2
|
1410 |
-
build: pyha770c72_0
|
1411 |
-
subdir: noarch
|
1412 |
-
noarch: python
|
1413 |
-
url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda
|
1414 |
sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb
|
1415 |
md5: ebe6952715e1d5eb567eeebf25250fa7
|
1416 |
depends:
|
@@ -1421,32 +1461,19 @@ packages:
|
|
1421 |
- pkg:pypi/typing-extensions?source=hash-mapping
|
1422 |
size: 39888
|
1423 |
timestamp: 1717802653893
|
1424 |
-
-
|
1425 |
name: tzdata
|
1426 |
version: '2024.2'
|
1427 |
-
url: https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl
|
1428 |
sha256: a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd
|
1429 |
requires_python: '>=2'
|
1430 |
-
-
|
1431 |
-
name: tzdata
|
1432 |
-
version: 2024b
|
1433 |
-
build: hc8b5060_0
|
1434 |
-
subdir: noarch
|
1435 |
-
noarch: generic
|
1436 |
-
url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
|
1437 |
sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf
|
1438 |
md5: 8ac3367aafb1cc0a068483c580af8015
|
1439 |
license: LicenseRef-Public-Domain
|
1440 |
purls: []
|
1441 |
size: 122354
|
1442 |
timestamp: 1728047496079
|
1443 |
-
-
|
1444 |
-
name: ucrt
|
1445 |
-
version: 10.0.22621.0
|
1446 |
-
build: h57928b3_1
|
1447 |
-
build_number: 1
|
1448 |
-
subdir: win-64
|
1449 |
-
url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda
|
1450 |
sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450
|
1451 |
md5: 6797b005cd0f439c4c5c9ac565783700
|
1452 |
constrains:
|
@@ -1455,13 +1482,7 @@ packages:
|
|
1455 |
purls: []
|
1456 |
size: 559710
|
1457 |
timestamp: 1728377334097
|
1458 |
-
-
|
1459 |
-
name: urllib3
|
1460 |
-
version: 2.2.3
|
1461 |
-
build: pyhd8ed1ab_0
|
1462 |
-
subdir: noarch
|
1463 |
-
noarch: python
|
1464 |
-
url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.3-pyhd8ed1ab_0.conda
|
1465 |
sha256: b6bb34ce41cd93956ad6eeee275ed52390fb3788d6c75e753172ea7ac60b66e5
|
1466 |
md5: 6b55867f385dd762ed99ea687af32a69
|
1467 |
depends:
|
@@ -1476,10 +1497,9 @@ packages:
|
|
1476 |
- pkg:pypi/urllib3?source=hash-mapping
|
1477 |
size: 98076
|
1478 |
timestamp: 1726496531769
|
1479 |
-
-
|
1480 |
name: uvicorn
|
1481 |
version: 0.32.1
|
1482 |
-
url: https://files.pythonhosted.org/packages/50/c1/2d27b0a15826c2b71dcf6e2f5402181ef85acf439617bb2f1453125ce1f3/uvicorn-0.32.1-py3-none-any.whl
|
1483 |
sha256: 82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e
|
1484 |
requires_dist:
|
1485 |
- click>=7.0
|
@@ -1493,13 +1513,7 @@ packages:
|
|
1493 |
- watchfiles>=0.13 ; extra == 'standard'
|
1494 |
- websockets>=10.4 ; extra == 'standard'
|
1495 |
requires_python: '>=3.8'
|
1496 |
-
-
|
1497 |
-
name: vc
|
1498 |
-
version: '14.3'
|
1499 |
-
build: ha32ba9b_23
|
1500 |
-
build_number: 23
|
1501 |
-
subdir: win-64
|
1502 |
-
url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda
|
1503 |
sha256: 986ddaf8feec2904eac9535a7ddb7acda1a1dfb9482088fdb8129f1595181663
|
1504 |
md5: 7c10ec3158d1eb4ddff7007c9101adb0
|
1505 |
depends:
|
@@ -1511,13 +1525,7 @@ packages:
|
|
1511 |
purls: []
|
1512 |
size: 17479
|
1513 |
timestamp: 1731710827215
|
1514 |
-
-
|
1515 |
-
name: vc14_runtime
|
1516 |
-
version: 14.42.34433
|
1517 |
-
build: he29a5d6_23
|
1518 |
-
build_number: 23
|
1519 |
-
subdir: win-64
|
1520 |
-
url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda
|
1521 |
sha256: c483b090c4251a260aba6ff3e83a307bcfb5fb24ad7ced872ab5d02971bd3a49
|
1522 |
md5: 32b37d0cfa80da34548501cdc913a832
|
1523 |
depends:
|
@@ -1529,13 +1537,7 @@ packages:
|
|
1529 |
purls: []
|
1530 |
size: 754247
|
1531 |
timestamp: 1731710681163
|
1532 |
-
-
|
1533 |
-
name: vs2015_runtime
|
1534 |
-
version: 14.42.34433
|
1535 |
-
build: hdffcdeb_23
|
1536 |
-
build_number: 23
|
1537 |
-
subdir: win-64
|
1538 |
-
url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda
|
1539 |
sha256: 568ce8151eaae256f1cef752fc78651ad7a86ff05153cc7a4740b52ae6536118
|
1540 |
md5: 5c176975ca2b8366abad3c97b3cd1e83
|
1541 |
depends:
|
@@ -1545,20 +1547,12 @@ packages:
|
|
1545 |
purls: []
|
1546 |
size: 17572
|
1547 |
timestamp: 1731710685291
|
1548 |
-
-
|
1549 |
name: websockets
|
1550 |
version: '12.0'
|
1551 |
-
url: https://files.pythonhosted.org/packages/20/52/8915f51f9aaef4e4361c89dd6cf69f72a0159f14e0d25026c81b6ad22525/websockets-12.0-cp312-cp312-win_amd64.whl
|
1552 |
sha256: ae0a5da8f35a5be197f328d4727dbcfafa53d1824fac3d96cdd3a642fe09394f
|
1553 |
requires_python: '>=3.8'
|
1554 |
-
-
|
1555 |
-
name: win_inet_pton
|
1556 |
-
version: 1.1.0
|
1557 |
-
build: pyh7428d3b_7
|
1558 |
-
build_number: 7
|
1559 |
-
subdir: noarch
|
1560 |
-
noarch: python
|
1561 |
-
url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_7.conda
|
1562 |
sha256: c5297692ab34aade5e21107abaf623d6f93847662e25f655320038d2bfa1a812
|
1563 |
md5: c998c13b2f998af57c3b88c7a47979e0
|
1564 |
depends:
|
@@ -1569,12 +1563,12 @@ packages:
|
|
1569 |
- pkg:pypi/win-inet-pton?source=hash-mapping
|
1570 |
size: 9602
|
1571 |
timestamp: 1727796413384
|
1572 |
-
-
|
1573 |
-
name:
|
1574 |
-
version: 5.
|
1575 |
-
|
1576 |
-
|
1577 |
-
|
1578 |
sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0
|
1579 |
md5: 515d77642eaa3639413c6b1bc3f94219
|
1580 |
depends:
|
@@ -1584,13 +1578,7 @@ packages:
|
|
1584 |
purls: []
|
1585 |
size: 217804
|
1586 |
timestamp: 1660346976440
|
1587 |
-
-
|
1588 |
-
name: yaml
|
1589 |
-
version: 0.2.5
|
1590 |
-
build: h8ffe710_2
|
1591 |
-
build_number: 2
|
1592 |
-
subdir: win-64
|
1593 |
-
url: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2
|
1594 |
sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5
|
1595 |
md5: adbfb9f45d1004a26763652246a33764
|
1596 |
depends:
|
@@ -1601,13 +1589,16 @@ packages:
|
|
1601 |
purls: []
|
1602 |
size: 63274
|
1603 |
timestamp: 1641347623319
|
1604 |
-
-
|
1605 |
-
name:
|
1606 |
-
version:
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
|
|
|
|
|
|
1611 |
sha256: 3e0c718aa18dcac7f080844dbe0aea41a9cea75083019ce02e8a784926239826
|
1612 |
md5: a92cc3435b2fd6f51463f5a4db5c50b1
|
1613 |
depends:
|
@@ -1625,12 +1616,7 @@ packages:
|
|
1625 |
- pkg:pypi/zstandard?source=hash-mapping
|
1626 |
size: 320624
|
1627 |
timestamp: 1725305934189
|
1628 |
-
-
|
1629 |
-
name: zstd
|
1630 |
-
version: 1.5.6
|
1631 |
-
build: h0ea2cb4_0
|
1632 |
-
subdir: win-64
|
1633 |
-
url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
|
1634 |
sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3
|
1635 |
md5: 9a17230f95733c04dc40a2b1e5491d74
|
1636 |
depends:
|
|
|
1 |
+
version: 6
|
2 |
environments:
|
3 |
default:
|
4 |
channels:
|
|
|
16 |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda
|
17 |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
|
18 |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda
|
19 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.9.0-pyhff2d567_0.conda
|
20 |
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2
|
21 |
- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2
|
22 |
- conda: https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.26.2-pyh0610db2_0.conda
|
|
|
51 |
- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py312h7606c53_1.conda
|
52 |
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
|
53 |
- pypi: https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl
|
54 |
+
- pypi: https://files.pythonhosted.org/packages/b9/74/fbb6559de3607b3300b9be3cc64e97548d55678e44623db17820dbd20002/aiohappyeyeballs-2.4.4-py3-none-any.whl
|
55 |
+
- pypi: https://files.pythonhosted.org/packages/c8/9e/79aed1b3e110a02081ca47ba4a27d7e20040af241643a2e527c668634f22/aiohttp-3.11.9-cp312-cp312-win_amd64.whl
|
56 |
+
- pypi: https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
|
57 |
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
58 |
- pypi: https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl
|
59 |
+
- pypi: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl
|
60 |
- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl
|
61 |
- pypi: https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl
|
62 |
- pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
63 |
- pypi: https://files.pythonhosted.org/packages/b1/3b/90ebd66ad57c588d6087e86e327436343e9cc60776a9445b79c6e80a022d/DataProperty-1.0.1-py3-none-any.whl
|
64 |
+
- pypi: https://files.pythonhosted.org/packages/ed/a5/33cf000137545a08b0a3a6ea76c8ccbd87917f78bb5d737f9f56f3b11ef6/datasets-3.1.0-py3-none-any.whl
|
65 |
+
- pypi: https://files.pythonhosted.org/packages/c9/7a/cef76fd8438a42f96db64ddaa85280485a9c395e7df3db8158cfec1eee34/dill-0.3.8-py3-none-any.whl
|
66 |
- pypi: https://files.pythonhosted.org/packages/54/c4/148d5046a96c428464557264877ae5a9338a83bbe0df045088749ec89820/fastapi-0.115.5-py3-none-any.whl
|
67 |
- pypi: https://files.pythonhosted.org/packages/ff/1e/db99aa669eee301966bc6c997d60a0240f9cecae63f044b2e5a5310e4bf7/ffmpy-0.4.0-py3-none-any.whl
|
68 |
+
- pypi: https://files.pythonhosted.org/packages/b1/56/4e45136ffc6bdbfa68c29ca56ef53783ef4c2fd395f7cbf99a2624aa9aaa/frozenlist-1.5.0-cp312-cp312-win_amd64.whl
|
69 |
- pypi: https://files.pythonhosted.org/packages/51/76/6c859f3b2d1b2f1fcd957701fe394cf22b1157f8b14163e50fd40d64eb6c/gradio-5.7.1-py3-none-any.whl
|
70 |
- pypi: git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@075119aee75ab5e7150bf0814eec91c83482e790
|
71 |
- pypi: https://files.pythonhosted.org/packages/02/dd/d064b3069032eb17fc682085e1152996fc8dcde2acc0d92ef0c790573091/gradio_client-1.5.0-py3-none-any.whl
|
|
|
77 |
- pypi: https://files.pythonhosted.org/packages/3f/14/c3554d512d5f9100a95e737502f4a2323a1959f6d0d01e0d0997b35f7b10/MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl
|
78 |
- pypi: https://files.pythonhosted.org/packages/c2/0f/726229136022b154895138bb10ba35e8435c4143f614cb5ad4d4e3fc21ec/mbstrdecoder-1.1.3-py3-none-any.whl
|
79 |
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
|
80 |
+
- pypi: https://files.pythonhosted.org/packages/a3/bf/f332a13486b1ed0496d624bcc7e8357bb8053823e8cd4b9a18edc1d97e73/multidict-6.1.0-cp312-cp312-win_amd64.whl
|
81 |
+
- pypi: https://files.pythonhosted.org/packages/0a/7d/a988f258104dcd2ccf1ed40fdc97e26c4ac351eeaf81d76e266c52d84e2f/multiprocess-0.70.16-py312-none-any.whl
|
82 |
- pypi: https://files.pythonhosted.org/packages/a6/84/fa11dad3404b7634aaab50733581ce11e5350383311ea7a7010f464c0170/numpy-2.1.3-cp312-cp312-win_amd64.whl
|
83 |
- pypi: https://files.pythonhosted.org/packages/13/91/634c9cd0bfc6a857fc8fab9bf1a1bd9f7f3345e0d6ca5c3d4569ceb6dcfa/orjson-3.10.12-cp312-none-win_amd64.whl
|
84 |
- pypi: https://files.pythonhosted.org/packages/29/d4/1244ab8edf173a10fd601f7e13b9566c1b525c4f365d6bee918e68381889/pandas-2.2.3-cp312-cp312-win_amd64.whl
|
85 |
- pypi: https://files.pythonhosted.org/packages/d3/5e/76a9d08b4b4e4583f269cb9f64de267f9aeae0dacef23307f53a14211716/pathvalidate-3.2.1-py3-none-any.whl
|
86 |
- pypi: https://files.pythonhosted.org/packages/57/97/73f756c338c1d86bb802ee88c3cab015ad7ce4b838f8a24f16b676b1ac7c/pillow-11.0.0-cp312-cp312-win_amd64.whl
|
87 |
+
- pypi: https://files.pythonhosted.org/packages/3b/77/a92c3ef994e47180862b9d7d11e37624fb1c00a16d61faf55115d970628b/propcache-0.2.1-cp312-cp312-win_amd64.whl
|
88 |
+
- pypi: https://files.pythonhosted.org/packages/76/52/f8da04195000099d394012b8d42c503d7041b79f778d854f410e5f05049a/pyarrow-18.1.0-cp312-cp312-win_amd64.whl
|
89 |
- pypi: https://files.pythonhosted.org/packages/d5/74/da832196702d0c56eb86b75bfa346db9238617e29b0b7ee3b8b4eccfe654/pydantic-2.10.2-py3-none-any.whl
|
90 |
- pypi: https://files.pythonhosted.org/packages/ee/f2/c61486eee27cae5ac781305658779b4a6b45f9cc9d02c90cb21b940e82cc/pydantic_core-2.27.1-cp312-none-win_amd64.whl
|
91 |
- pypi: https://files.pythonhosted.org/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl
|
|
|
99 |
- pypi: https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl
|
100 |
- pypi: https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl
|
101 |
- pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl
|
102 |
+
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
103 |
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
104 |
- pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl
|
105 |
- pypi: https://files.pythonhosted.org/packages/96/00/2b325970b3060c7cecebab6d295afe763365822b1306a12eeab198f74323/starlette-0.41.3-py3-none-any.whl
|
|
|
111 |
- pypi: https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl
|
112 |
- pypi: https://files.pythonhosted.org/packages/50/c1/2d27b0a15826c2b71dcf6e2f5402181ef85acf439617bb2f1453125ce1f3/uvicorn-0.32.1-py3-none-any.whl
|
113 |
- pypi: https://files.pythonhosted.org/packages/20/52/8915f51f9aaef4e4361c89dd6cf69f72a0159f14e0d25026c81b6ad22525/websockets-12.0-cp312-cp312-win_amd64.whl
|
114 |
+
- pypi: https://files.pythonhosted.org/packages/d9/6b/1c443fe6cfeb4ad1dcf231cdec96eb94fb43d6498b4469ed8b51f8b59a37/xxhash-3.5.0-cp312-cp312-win_amd64.whl
|
115 |
+
- pypi: https://files.pythonhosted.org/packages/34/45/0e055320daaabfc169b21ff6174567b2c910c45617b0d79c68d7ab349b02/yarl-1.18.3-cp312-cp312-win_amd64.whl
|
116 |
packages:
|
117 |
+
- pypi: https://files.pythonhosted.org/packages/c5/19/5af6804c4cc0fed83f47bff6e413a98a36618e7d40185cd36e69737f3b0e/aiofiles-23.2.1-py3-none-any.whl
|
118 |
name: aiofiles
|
119 |
version: 23.2.1
|
|
|
120 |
sha256: 19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107
|
121 |
requires_python: '>=3.7'
|
122 |
+
- pypi: https://files.pythonhosted.org/packages/b9/74/fbb6559de3607b3300b9be3cc64e97548d55678e44623db17820dbd20002/aiohappyeyeballs-2.4.4-py3-none-any.whl
|
123 |
+
name: aiohappyeyeballs
|
124 |
+
version: 2.4.4
|
125 |
+
sha256: a980909d50efcd44795c4afeca523296716d50cd756ddca6af8c65b996e27de8
|
126 |
+
requires_python: '>=3.8'
|
127 |
+
- pypi: https://files.pythonhosted.org/packages/c8/9e/79aed1b3e110a02081ca47ba4a27d7e20040af241643a2e527c668634f22/aiohttp-3.11.9-cp312-cp312-win_amd64.whl
|
128 |
+
name: aiohttp
|
129 |
+
version: 3.11.9
|
130 |
+
sha256: f5252ba8b43906f206048fa569debf2cd0da0316e8d5b4d25abe53307f573941
|
131 |
+
requires_dist:
|
132 |
+
- aiohappyeyeballs>=2.3.0
|
133 |
+
- aiosignal>=1.1.2
|
134 |
+
- async-timeout>=4.0,<6.0 ; python_full_version < '3.11'
|
135 |
+
- attrs>=17.3.0
|
136 |
+
- frozenlist>=1.1.1
|
137 |
+
- multidict>=4.5,<7.0
|
138 |
+
- propcache>=0.2.0
|
139 |
+
- yarl>=1.17.0,<2.0
|
140 |
+
- aiodns>=3.2.0 ; (sys_platform == 'darwin' and extra == 'speedups') or (sys_platform == 'linux' and extra == 'speedups')
|
141 |
+
- brotli ; platform_python_implementation == 'CPython' and extra == 'speedups'
|
142 |
+
- brotlicffi ; platform_python_implementation != 'CPython' and extra == 'speedups'
|
143 |
+
requires_python: '>=3.9'
|
144 |
+
- pypi: https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl
|
145 |
+
name: aiosignal
|
146 |
+
version: 1.3.1
|
147 |
+
sha256: f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17
|
148 |
+
requires_dist:
|
149 |
+
- frozenlist>=1.1.0
|
150 |
+
requires_python: '>=3.7'
|
151 |
+
- pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl
|
152 |
name: annotated-types
|
153 |
version: 0.7.0
|
|
|
154 |
sha256: 1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
|
155 |
requires_dist:
|
156 |
- typing-extensions>=4.0.0 ; python_full_version < '3.9'
|
157 |
requires_python: '>=3.8'
|
158 |
+
- pypi: https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl
|
159 |
name: anyio
|
160 |
version: 4.6.2.post1
|
|
|
161 |
sha256: 6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d
|
162 |
requires_dist:
|
163 |
- idna>=2.8
|
|
|
180 |
- truststore>=0.9.1 ; python_full_version >= '3.10' and extra == 'test'
|
181 |
- trio>=0.26.1 ; extra == 'trio'
|
182 |
requires_python: '>=3.9'
|
183 |
+
- pypi: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl
|
184 |
+
name: attrs
|
185 |
+
version: 24.2.0
|
186 |
+
sha256: 81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2
|
187 |
+
requires_dist:
|
188 |
+
- importlib-metadata ; python_full_version < '3.8'
|
189 |
+
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'benchmark'
|
190 |
+
- hypothesis ; extra == 'benchmark'
|
191 |
+
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'benchmark'
|
192 |
+
- pympler ; extra == 'benchmark'
|
193 |
+
- pytest-codspeed ; extra == 'benchmark'
|
194 |
+
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'benchmark'
|
195 |
+
- pytest-xdist[psutil] ; extra == 'benchmark'
|
196 |
+
- pytest>=4.3.0 ; extra == 'benchmark'
|
197 |
+
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'cov'
|
198 |
+
- coverage[toml]>=5.3 ; extra == 'cov'
|
199 |
+
- hypothesis ; extra == 'cov'
|
200 |
+
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'cov'
|
201 |
+
- pympler ; extra == 'cov'
|
202 |
+
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'cov'
|
203 |
+
- pytest-xdist[psutil] ; extra == 'cov'
|
204 |
+
- pytest>=4.3.0 ; extra == 'cov'
|
205 |
+
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'dev'
|
206 |
+
- hypothesis ; extra == 'dev'
|
207 |
+
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'dev'
|
208 |
+
- pre-commit ; extra == 'dev'
|
209 |
+
- pympler ; extra == 'dev'
|
210 |
+
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'dev'
|
211 |
+
- pytest-xdist[psutil] ; extra == 'dev'
|
212 |
+
- pytest>=4.3.0 ; extra == 'dev'
|
213 |
+
- cogapp ; extra == 'docs'
|
214 |
+
- furo ; extra == 'docs'
|
215 |
+
- myst-parser ; extra == 'docs'
|
216 |
+
- sphinx ; extra == 'docs'
|
217 |
+
- sphinx-notfound-page ; extra == 'docs'
|
218 |
+
- sphinxcontrib-towncrier ; extra == 'docs'
|
219 |
+
- towncrier<24.7 ; extra == 'docs'
|
220 |
+
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests'
|
221 |
+
- hypothesis ; extra == 'tests'
|
222 |
+
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'tests'
|
223 |
+
- pympler ; extra == 'tests'
|
224 |
+
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'tests'
|
225 |
+
- pytest-xdist[psutil] ; extra == 'tests'
|
226 |
+
- pytest>=4.3.0 ; extra == 'tests'
|
227 |
+
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
|
228 |
+
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
|
229 |
+
requires_python: '>=3.7'
|
230 |
+
- pypi: https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl
|
231 |
name: beautifulsoup4
|
232 |
version: 4.12.3
|
|
|
233 |
sha256: b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
|
234 |
requires_dist:
|
235 |
- soupsieve>1.2
|
|
|
239 |
- html5lib ; extra == 'html5lib'
|
240 |
- lxml ; extra == 'lxml'
|
241 |
requires_python: '>=3.6.0'
|
242 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h275cf98_2.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
sha256: f83baa6f6bcba7b73f6921d5c1aa95ffc5d8b246ade933ade79250de0a4c9c4c
|
244 |
md5: a99aec1ac46794a5fb1cd3cf5d2b6110
|
245 |
depends:
|
|
|
256 |
- pkg:pypi/brotli?source=hash-mapping
|
257 |
size: 321874
|
258 |
timestamp: 1725268491976
|
259 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h2466b09_7.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
260 |
sha256: 35a5dad92e88fdd7fc405e864ec239486f4f31eec229e31686e61a140a8e573b
|
261 |
md5: 276e7ffe9ffe39688abc665ef0f45596
|
262 |
depends:
|
|
|
268 |
purls: []
|
269 |
size: 54927
|
270 |
timestamp: 1720974860185
|
271 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.8.30-h56e8100_0.conda
|
|
|
|
|
|
|
|
|
|
|
272 |
sha256: 0fcac3a7ffcc556649e034a1802aedf795e64227eaa7194d207b01eaf26454c4
|
273 |
md5: 4c4fd67c18619be5aa65dc5b6c72e490
|
274 |
license: ISC
|
275 |
purls: []
|
276 |
size: 158773
|
277 |
timestamp: 1725019107649
|
278 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.8.30-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
sha256: 7020770df338c45ac6b560185956c32f0a5abf4b76179c037f115fc7d687819f
|
280 |
md5: 12f7d00853807b0531775e9be891cb11
|
281 |
depends:
|
|
|
285 |
- pkg:pypi/certifi?source=hash-mapping
|
286 |
size: 163752
|
287 |
timestamp: 1725278204397
|
288 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.17.1-py312h4389bb4_0.conda
|
|
|
|
|
|
|
|
|
|
|
289 |
sha256: ac007bf5fd56d13e16d95eea036433012f2e079dc015505c8a79efebbad1fcbc
|
290 |
md5: 08310c1a22ef957d537e547f8d484f92
|
291 |
depends:
|
|
|
301 |
- pkg:pypi/cffi?source=hash-mapping
|
302 |
size: 288142
|
303 |
timestamp: 1725560896359
|
304 |
+
- pypi: https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl
|
305 |
name: chardet
|
306 |
version: 5.2.0
|
|
|
307 |
sha256: e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970
|
308 |
requires_python: '>=3.7'
|
309 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.0-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
sha256: 1873ac45ea61f95750cb0b4e5e675d1c5b3def937e80c7eebb19297f76810be8
|
311 |
md5: a374efa97290b8799046df7c5ca17164
|
312 |
depends:
|
|
|
317 |
- pkg:pypi/charset-normalizer?source=hash-mapping
|
318 |
size: 47314
|
319 |
timestamp: 1728479405343
|
320 |
+
- pypi: https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl
|
321 |
name: click
|
322 |
version: 8.1.7
|
|
|
323 |
sha256: ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28
|
324 |
requires_dist:
|
325 |
- colorama ; platform_system == 'Windows'
|
326 |
- importlib-metadata ; python_full_version < '3.8'
|
327 |
requires_python: '>=3.7'
|
328 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698
|
330 |
md5: 3faab06a954c2a04039983f2c4a50d99
|
331 |
depends:
|
|
|
336 |
- pkg:pypi/colorama?source=hash-mapping
|
337 |
size: 25170
|
338 |
timestamp: 1666700778190
|
339 |
+
- pypi: https://files.pythonhosted.org/packages/b1/3b/90ebd66ad57c588d6087e86e327436343e9cc60776a9445b79c6e80a022d/DataProperty-1.0.1-py3-none-any.whl
|
340 |
name: dataproperty
|
341 |
version: 1.0.1
|
|
|
342 |
sha256: 0b8b07d4fb6453fcf975b53d35dea41f3cfd69c9d79b5010c3cf224ff0407a7a
|
343 |
requires_dist:
|
344 |
- mbstrdecoder>=1.0.0,<2
|
|
|
348 |
- pytest-md-report>=0.3 ; extra == 'test'
|
349 |
- tcolorpy>=0.1.2 ; extra == 'test'
|
350 |
requires_python: '>=3.7'
|
351 |
+
- pypi: https://files.pythonhosted.org/packages/ed/a5/33cf000137545a08b0a3a6ea76c8ccbd87917f78bb5d737f9f56f3b11ef6/datasets-3.1.0-py3-none-any.whl
|
352 |
+
name: datasets
|
353 |
+
version: 3.1.0
|
354 |
+
sha256: dc8808a6d17838fe05e13b39aa7ac3ea0fd0806ed7004eaf4d4eb2c2a356bc61
|
355 |
+
requires_dist:
|
356 |
+
- filelock
|
357 |
+
- numpy>=1.17
|
358 |
+
- pyarrow>=15.0.0
|
359 |
+
- dill>=0.3.0,<0.3.9
|
360 |
+
- pandas
|
361 |
+
- requests>=2.32.2
|
362 |
+
- tqdm>=4.66.3
|
363 |
+
- xxhash
|
364 |
+
- multiprocess<0.70.17
|
365 |
+
- fsspec[http]>=2023.1.0,<=2024.9.0
|
366 |
+
- aiohttp
|
367 |
+
- huggingface-hub>=0.23.0
|
368 |
+
- packaging
|
369 |
+
- pyyaml>=5.1
|
370 |
+
- soundfile>=0.12.1 ; extra == 'audio'
|
371 |
+
- librosa ; extra == 'audio'
|
372 |
+
- soxr>=0.4.0 ; python_full_version >= '3.9' and extra == 'audio'
|
373 |
+
- tensorflow==2.12.0 ; extra == 'benchmarks'
|
374 |
+
- torch==2.0.1 ; extra == 'benchmarks'
|
375 |
+
- transformers==4.30.1 ; extra == 'benchmarks'
|
376 |
+
- absl-py ; extra == 'dev'
|
377 |
+
- decorator ; extra == 'dev'
|
378 |
+
- joblib<1.3.0 ; extra == 'dev'
|
379 |
+
- joblibspark ; extra == 'dev'
|
380 |
+
- pytest ; extra == 'dev'
|
381 |
+
- pytest-datadir ; extra == 'dev'
|
382 |
+
- pytest-xdist ; extra == 'dev'
|
383 |
+
- elasticsearch<8.0.0 ; extra == 'dev'
|
384 |
+
- faiss-cpu>=1.8.0.post1 ; extra == 'dev'
|
385 |
+
- lz4 ; extra == 'dev'
|
386 |
+
- moto[server] ; extra == 'dev'
|
387 |
+
- pyspark>=3.4 ; extra == 'dev'
|
388 |
+
- py7zr ; extra == 'dev'
|
389 |
+
- rarfile>=4.0 ; extra == 'dev'
|
390 |
+
- sqlalchemy ; extra == 'dev'
|
391 |
+
- s3fs>=2021.11.1 ; extra == 'dev'
|
392 |
+
- protobuf<4.0.0 ; extra == 'dev'
|
393 |
+
- tiktoken ; extra == 'dev'
|
394 |
+
- torch>=2.0.0 ; extra == 'dev'
|
395 |
+
- torchdata ; extra == 'dev'
|
396 |
+
- soundfile>=0.12.1 ; extra == 'dev'
|
397 |
+
- transformers>=4.42.0 ; extra == 'dev'
|
398 |
+
- zstandard ; extra == 'dev'
|
399 |
+
- polars[timezone]>=0.20.0 ; extra == 'dev'
|
400 |
+
- decord==0.6.0 ; extra == 'dev'
|
401 |
+
- pillow>=9.4.0 ; extra == 'dev'
|
402 |
+
- librosa ; extra == 'dev'
|
403 |
+
- ruff>=0.3.0 ; extra == 'dev'
|
404 |
+
- s3fs ; extra == 'dev'
|
405 |
+
- transformers ; extra == 'dev'
|
406 |
+
- torch ; extra == 'dev'
|
407 |
+
- tensorflow>=2.6.0 ; extra == 'dev'
|
408 |
+
- tensorflow>=2.6.0 ; python_full_version < '3.10' and extra == 'dev'
|
409 |
+
- tensorflow>=2.16.0 ; python_full_version >= '3.10' and extra == 'dev'
|
410 |
+
- soxr>=0.4.0 ; python_full_version >= '3.9' and extra == 'dev'
|
411 |
+
- jax>=0.3.14 ; sys_platform != 'win32' and extra == 'dev'
|
412 |
+
- jaxlib>=0.3.14 ; sys_platform != 'win32' and extra == 'dev'
|
413 |
+
- s3fs ; extra == 'docs'
|
414 |
+
- transformers ; extra == 'docs'
|
415 |
+
- torch ; extra == 'docs'
|
416 |
+
- tensorflow>=2.6.0 ; extra == 'docs'
|
417 |
+
- jax>=0.3.14 ; extra == 'jax'
|
418 |
+
- jaxlib>=0.3.14 ; extra == 'jax'
|
419 |
+
- ruff>=0.3.0 ; extra == 'quality'
|
420 |
+
- s3fs ; extra == 's3'
|
421 |
+
- tensorflow>=2.6.0 ; extra == 'tensorflow'
|
422 |
+
- tensorflow>=2.6.0 ; extra == 'tensorflow-gpu'
|
423 |
+
- absl-py ; extra == 'tests'
|
424 |
+
- decorator ; extra == 'tests'
|
425 |
+
- joblib<1.3.0 ; extra == 'tests'
|
426 |
+
- joblibspark ; extra == 'tests'
|
427 |
+
- pytest ; extra == 'tests'
|
428 |
+
- pytest-datadir ; extra == 'tests'
|
429 |
+
- pytest-xdist ; extra == 'tests'
|
430 |
+
- elasticsearch<8.0.0 ; extra == 'tests'
|
431 |
+
- faiss-cpu>=1.8.0.post1 ; extra == 'tests'
|
432 |
+
- lz4 ; extra == 'tests'
|
433 |
+
- moto[server] ; extra == 'tests'
|
434 |
+
- pyspark>=3.4 ; extra == 'tests'
|
435 |
+
- py7zr ; extra == 'tests'
|
436 |
+
- rarfile>=4.0 ; extra == 'tests'
|
437 |
+
- sqlalchemy ; extra == 'tests'
|
438 |
+
- s3fs>=2021.11.1 ; extra == 'tests'
|
439 |
+
- protobuf<4.0.0 ; extra == 'tests'
|
440 |
+
- tiktoken ; extra == 'tests'
|
441 |
+
- torch>=2.0.0 ; extra == 'tests'
|
442 |
+
- torchdata ; extra == 'tests'
|
443 |
+
- soundfile>=0.12.1 ; extra == 'tests'
|
444 |
+
- transformers>=4.42.0 ; extra == 'tests'
|
445 |
+
- zstandard ; extra == 'tests'
|
446 |
+
- polars[timezone]>=0.20.0 ; extra == 'tests'
|
447 |
+
- decord==0.6.0 ; extra == 'tests'
|
448 |
+
- pillow>=9.4.0 ; extra == 'tests'
|
449 |
+
- librosa ; extra == 'tests'
|
450 |
+
- tensorflow>=2.6.0 ; python_full_version < '3.10' and extra == 'tests'
|
451 |
+
- tensorflow>=2.16.0 ; python_full_version >= '3.10' and extra == 'tests'
|
452 |
+
- soxr>=0.4.0 ; python_full_version >= '3.9' and extra == 'tests'
|
453 |
+
- jax>=0.3.14 ; sys_platform != 'win32' and extra == 'tests'
|
454 |
+
- jaxlib>=0.3.14 ; sys_platform != 'win32' and extra == 'tests'
|
455 |
+
- absl-py ; extra == 'tests-numpy2'
|
456 |
+
- decorator ; extra == 'tests-numpy2'
|
457 |
+
- joblib<1.3.0 ; extra == 'tests-numpy2'
|
458 |
+
- joblibspark ; extra == 'tests-numpy2'
|
459 |
+
- pytest ; extra == 'tests-numpy2'
|
460 |
+
- pytest-datadir ; extra == 'tests-numpy2'
|
461 |
+
- pytest-xdist ; extra == 'tests-numpy2'
|
462 |
+
- elasticsearch<8.0.0 ; extra == 'tests-numpy2'
|
463 |
+
- lz4 ; extra == 'tests-numpy2'
|
464 |
+
- moto[server] ; extra == 'tests-numpy2'
|
465 |
+
- pyspark>=3.4 ; extra == 'tests-numpy2'
|
466 |
+
- py7zr ; extra == 'tests-numpy2'
|
467 |
+
- rarfile>=4.0 ; extra == 'tests-numpy2'
|
468 |
+
- sqlalchemy ; extra == 'tests-numpy2'
|
469 |
+
- s3fs>=2021.11.1 ; extra == 'tests-numpy2'
|
470 |
+
- protobuf<4.0.0 ; extra == 'tests-numpy2'
|
471 |
+
- tiktoken ; extra == 'tests-numpy2'
|
472 |
+
- torch>=2.0.0 ; extra == 'tests-numpy2'
|
473 |
+
- torchdata ; extra == 'tests-numpy2'
|
474 |
+
- soundfile>=0.12.1 ; extra == 'tests-numpy2'
|
475 |
+
- transformers>=4.42.0 ; extra == 'tests-numpy2'
|
476 |
+
- zstandard ; extra == 'tests-numpy2'
|
477 |
+
- polars[timezone]>=0.20.0 ; extra == 'tests-numpy2'
|
478 |
+
- decord==0.6.0 ; extra == 'tests-numpy2'
|
479 |
+
- pillow>=9.4.0 ; extra == 'tests-numpy2'
|
480 |
+
- soxr>=0.4.0 ; python_full_version >= '3.9' and extra == 'tests-numpy2'
|
481 |
+
- jax>=0.3.14 ; sys_platform != 'win32' and extra == 'tests-numpy2'
|
482 |
+
- jaxlib>=0.3.14 ; sys_platform != 'win32' and extra == 'tests-numpy2'
|
483 |
+
- torch ; extra == 'torch'
|
484 |
+
- pillow>=9.4.0 ; extra == 'vision'
|
485 |
+
requires_python: '>=3.8.0'
|
486 |
+
- pypi: https://files.pythonhosted.org/packages/c9/7a/cef76fd8438a42f96db64ddaa85280485a9c395e7df3db8158cfec1eee34/dill-0.3.8-py3-none-any.whl
|
487 |
+
name: dill
|
488 |
+
version: 0.3.8
|
489 |
+
sha256: c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7
|
490 |
+
requires_dist:
|
491 |
+
- objgraph>=1.7.2 ; extra == 'graph'
|
492 |
+
- gprof2dot>=2022.7.29 ; extra == 'profile'
|
493 |
+
requires_python: '>=3.8'
|
494 |
+
- pypi: https://files.pythonhosted.org/packages/54/c4/148d5046a96c428464557264877ae5a9338a83bbe0df045088749ec89820/fastapi-0.115.5-py3-none-any.whl
|
495 |
name: fastapi
|
496 |
version: 0.115.5
|
|
|
497 |
sha256: 596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796
|
498 |
requires_dist:
|
499 |
- starlette>=0.40.0,<0.42.0
|
|
|
518 |
- pydantic-settings>=2.0.0 ; extra == 'all'
|
519 |
- pydantic-extra-types>=2.0.0 ; extra == 'all'
|
520 |
requires_python: '>=3.8'
|
521 |
+
- pypi: https://files.pythonhosted.org/packages/ff/1e/db99aa669eee301966bc6c997d60a0240f9cecae63f044b2e5a5310e4bf7/ffmpy-0.4.0-py3-none-any.whl
|
522 |
name: ffmpy
|
523 |
version: 0.4.0
|
|
|
524 |
sha256: 39c0f20c5b465e7f8d29a5191f3a7d7675a8c546d9d985de8921151cd9b59e14
|
525 |
requires_python: '>=3.8.1,<4.0.0'
|
526 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.16.1-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
527 |
sha256: 1da766da9dba05091af87977922fe60dc7464091a9ccffb3765d403189d39be4
|
528 |
md5: 916f8ec5dd4128cd5f207a3c4c07b2c6
|
529 |
depends:
|
|
|
533 |
- pkg:pypi/filelock?source=hash-mapping
|
534 |
size: 17357
|
535 |
timestamp: 1726613593584
|
536 |
+
- pypi: https://files.pythonhosted.org/packages/b1/56/4e45136ffc6bdbfa68c29ca56ef53783ef4c2fd395f7cbf99a2624aa9aaa/frozenlist-1.5.0-cp312-cp312-win_amd64.whl
|
537 |
+
name: frozenlist
|
538 |
+
version: 1.5.0
|
539 |
+
sha256: 8969190d709e7c48ea386db202d708eb94bdb29207a1f269bab1196ce0dcca1f
|
540 |
+
requires_python: '>=3.8'
|
541 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/fsspec-2024.9.0-pyhff2d567_0.conda
|
542 |
+
sha256: 8f4e9805b4ec223dea0d99f9e7e57c391d9026455eb9f0d6e0784c5d1a1200dc
|
543 |
+
md5: ace4329fbff4c69ab0309db6da182987
|
|
|
544 |
depends:
|
545 |
- python >=3.8
|
546 |
license: BSD-3-Clause
|
547 |
license_family: BSD
|
548 |
purls:
|
549 |
- pkg:pypi/fsspec?source=hash-mapping
|
550 |
+
size: 134378
|
551 |
+
timestamp: 1725543368393
|
552 |
+
- pypi: https://files.pythonhosted.org/packages/51/76/6c859f3b2d1b2f1fcd957701fe394cf22b1157f8b14163e50fd40d64eb6c/gradio-5.7.1-py3-none-any.whl
|
553 |
name: gradio
|
554 |
version: 5.7.1
|
|
|
555 |
sha256: 6b6c788445ea676b9589e57c62b2ebdad67b089585c56744c56012d0915d1001
|
556 |
requires_dist:
|
557 |
- aiofiles>=22.0,<24.0
|
|
|
585 |
- authlib ; extra == 'oauth'
|
586 |
- itsdangerous ; extra == 'oauth'
|
587 |
requires_python: '>=3.10'
|
588 |
+
- pypi: https://files.pythonhosted.org/packages/02/dd/d064b3069032eb17fc682085e1152996fc8dcde2acc0d92ef0c790573091/gradio_client-1.5.0-py3-none-any.whl
|
589 |
name: gradio-client
|
590 |
version: 1.5.0
|
|
|
591 |
sha256: 4412edd555461771425355a8791ec4c437913dee515cb415444cb9a87d00bd9c
|
592 |
requires_dist:
|
593 |
- fsspec
|
|
|
597 |
- typing-extensions~=4.0
|
598 |
- websockets>=10.0,<13.0
|
599 |
requires_python: '>=3.10'
|
600 |
+
- pypi: git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@075119aee75ab5e7150bf0814eec91c83482e790
|
601 |
name: gradio-space-ci
|
602 |
version: 0.2.3
|
|
|
603 |
requires_dist:
|
604 |
- gradio
|
605 |
- huggingface-hub>=0.21.1
|
|
|
608 |
- types-requests ; extra == 'dev'
|
609 |
- types-ujson ; extra == 'dev'
|
610 |
requires_python: '>=3.8.0'
|
611 |
+
- pypi: https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl
|
612 |
name: h11
|
613 |
version: 0.14.0
|
|
|
614 |
sha256: e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
|
615 |
requires_dist:
|
616 |
- typing-extensions ; python_full_version < '3.8'
|
617 |
requires_python: '>=3.7'
|
618 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a
|
620 |
md5: b748fbf7060927a6e82df7cb5ee8f097
|
621 |
depends:
|
|
|
628 |
- pkg:pypi/h2?source=hash-mapping
|
629 |
size: 46754
|
630 |
timestamp: 1634280590080
|
631 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
632 |
sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8
|
633 |
md5: 914d6646c4dbb1fd3ff539830a12fd71
|
634 |
depends:
|
|
|
639 |
- pkg:pypi/hpack?source=hash-mapping
|
640 |
size: 25341
|
641 |
timestamp: 1598856368685
|
642 |
+
- pypi: https://files.pythonhosted.org/packages/87/f5/72347bc88306acb359581ac4d52f23c0ef445b57157adedb9aee0cd689d2/httpcore-1.0.7-py3-none-any.whl
|
643 |
name: httpcore
|
644 |
version: 1.0.7
|
|
|
645 |
sha256: a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd
|
646 |
requires_dist:
|
647 |
- certifi
|
|
|
651 |
- socksio==1.* ; extra == 'socks'
|
652 |
- trio>=0.22.0,<1.0 ; extra == 'trio'
|
653 |
requires_python: '>=3.8'
|
654 |
+
- pypi: https://files.pythonhosted.org/packages/8f/fb/a19866137577ba60c6d8b69498dc36be479b13ba454f691348ddf428f185/httpx-0.28.0-py3-none-any.whl
|
655 |
name: httpx
|
656 |
version: 0.28.0
|
|
|
657 |
sha256: dc0b419a0cfeb6e8b34e85167c0da2671206f5095f1baa9663d23bcfd6b535fc
|
658 |
requires_dist:
|
659 |
- anyio
|
|
|
669 |
- socksio==1.* ; extra == 'socks'
|
670 |
- zstandard>=0.18.0 ; extra == 'zstd'
|
671 |
requires_python: '>=3.8'
|
672 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/huggingface_hub-0.26.2-pyh0610db2_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
673 |
sha256: fad5da1b0a0899dfb4d59bb4a4e4b58bade677ad44332beb608020e55f1bea53
|
674 |
md5: a7344f1612e61d1e1dcc90c758f71f8f
|
675 |
depends:
|
|
|
688 |
- pkg:pypi/huggingface-hub?source=hash-mapping
|
689 |
size: 274216
|
690 |
timestamp: 1730211995421
|
691 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
692 |
sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330
|
693 |
md5: 9f765cbfab6870c8435b9eefecd7a1f4
|
694 |
depends:
|
|
|
699 |
- pkg:pypi/hyperframe?source=hash-mapping
|
700 |
size: 14646
|
701 |
timestamp: 1619110249723
|
702 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
703 |
sha256: 8c57fd68e6be5eecba4462e983aed7e85761a519aab80e834bbd7794d4b545b2
|
704 |
md5: 7ba2ede0e7c795ff95088daf0dc59753
|
705 |
depends:
|
|
|
710 |
- pkg:pypi/idna?source=hash-mapping
|
711 |
size: 49837
|
712 |
timestamp: 1726459583613
|
713 |
+
- pypi: https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl
|
714 |
name: jinja2
|
715 |
version: 3.1.4
|
|
|
716 |
sha256: bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
|
717 |
requires_dist:
|
718 |
- markupsafe>=2.0
|
719 |
- babel>=2.7 ; extra == 'i18n'
|
720 |
requires_python: '>=3.7'
|
721 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.4-he0c23c2_0.conda
|
|
|
|
|
|
|
|
|
|
|
722 |
sha256: 0c0447bf20d1013d5603499de93a16b6faa92d7ead870d96305c0f065b6a5a12
|
723 |
md5: eb383771c680aa792feb529eaf9df82f
|
724 |
depends:
|
|
|
732 |
purls: []
|
733 |
size: 139068
|
734 |
timestamp: 1730967442102
|
735 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5
|
737 |
md5: 2c96d1b6915b408893f9472569dee135
|
738 |
depends:
|
|
|
743 |
purls: []
|
744 |
size: 42063
|
745 |
timestamp: 1636489106777
|
746 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.47.0-h2466b09_1.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
747 |
sha256: 3342d6fe787f5830f7e8466d9c65c914bfd8d67220fb5673041b338cbba47afe
|
748 |
md5: 5b1f36012cc3d09c4eb9f24ad0e2c379
|
749 |
depends:
|
|
|
754 |
purls: []
|
755 |
size: 892175
|
756 |
timestamp: 1730208431651
|
757 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
758 |
sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402
|
759 |
md5: 41fbfac52c601159df6c01f875de31b9
|
760 |
depends:
|
|
|
768 |
purls: []
|
769 |
size: 55476
|
770 |
timestamp: 1727963768015
|
771 |
+
- pypi: https://files.pythonhosted.org/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl
|
772 |
name: markdown-it-py
|
773 |
version: 3.0.0
|
|
|
774 |
sha256: 355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1
|
775 |
requires_dist:
|
776 |
- mdurl~=0.1
|
|
|
799 |
- pytest-cov ; extra == 'testing'
|
800 |
- pytest-regressions ; extra == 'testing'
|
801 |
requires_python: '>=3.8'
|
802 |
+
- pypi: https://files.pythonhosted.org/packages/3f/14/c3554d512d5f9100a95e737502f4a2323a1959f6d0d01e0d0997b35f7b10/MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl
|
803 |
name: markupsafe
|
804 |
version: 2.1.5
|
|
|
805 |
sha256: 823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb
|
806 |
requires_python: '>=3.7'
|
807 |
+
- pypi: https://files.pythonhosted.org/packages/c2/0f/726229136022b154895138bb10ba35e8435c4143f614cb5ad4d4e3fc21ec/mbstrdecoder-1.1.3-py3-none-any.whl
|
808 |
name: mbstrdecoder
|
809 |
version: 1.1.3
|
|
|
810 |
sha256: d66c1ed3f2dc4e7c5d87cd44a75be10bc5af4250f95b38bbaedd7851308ce938
|
811 |
requires_dist:
|
812 |
- chardet>=3.0.4,<6
|
|
|
814 |
- pytest>=6.0.1 ; extra == 'test'
|
815 |
- pytest-md-report>=0.1 ; extra == 'test'
|
816 |
requires_python: '>=3.7'
|
817 |
+
- pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl
|
818 |
name: mdurl
|
819 |
version: 0.1.2
|
|
|
820 |
sha256: 84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8
|
821 |
requires_python: '>=3.7'
|
822 |
+
- pypi: https://files.pythonhosted.org/packages/a3/bf/f332a13486b1ed0496d624bcc7e8357bb8053823e8cd4b9a18edc1d97e73/multidict-6.1.0-cp312-cp312-win_amd64.whl
|
823 |
+
name: multidict
|
824 |
+
version: 6.1.0
|
825 |
+
sha256: 188215fc0aafb8e03341995e7c4797860181562380f81ed0a87ff455b70bf1f1
|
826 |
+
requires_dist:
|
827 |
+
- typing-extensions>=4.1.0 ; python_full_version < '3.11'
|
828 |
+
requires_python: '>=3.8'
|
829 |
+
- pypi: https://files.pythonhosted.org/packages/0a/7d/a988f258104dcd2ccf1ed40fdc97e26c4ac351eeaf81d76e266c52d84e2f/multiprocess-0.70.16-py312-none-any.whl
|
830 |
+
name: multiprocess
|
831 |
+
version: 0.70.16
|
832 |
+
sha256: fc0544c531920dde3b00c29863377f87e1632601092ea2daca74e4beb40faa2e
|
833 |
+
requires_dist:
|
834 |
+
- dill>=0.3.8
|
835 |
+
requires_python: '>=3.8'
|
836 |
+
- pypi: https://files.pythonhosted.org/packages/a6/84/fa11dad3404b7634aaab50733581ce11e5350383311ea7a7010f464c0170/numpy-2.1.3-cp312-cp312-win_amd64.whl
|
837 |
name: numpy
|
838 |
version: 2.1.3
|
|
|
839 |
sha256: 0d30c543f02e84e92c4b1f415b7c6b5326cbe45ee7882b6b77db7195fb971e3a
|
840 |
requires_python: '>=3.10'
|
841 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.4.0-h2466b09_0.conda
|
|
|
|
|
|
|
|
|
|
|
842 |
sha256: e03045a0837e01ff5c75e9273a572553e7522290799807f918c917a9826a6484
|
843 |
md5: d0d805d9b5524a14efb51b3bff965e83
|
844 |
depends:
|
|
|
851 |
purls: []
|
852 |
size: 8491156
|
853 |
timestamp: 1731379715927
|
854 |
+
- pypi: https://files.pythonhosted.org/packages/13/91/634c9cd0bfc6a857fc8fab9bf1a1bd9f7f3345e0d6ca5c3d4569ceb6dcfa/orjson-3.10.12-cp312-none-win_amd64.whl
|
855 |
name: orjson
|
856 |
version: 3.10.12
|
|
|
857 |
sha256: fc23f691fa0f5c140576b8c365bc942d577d861a9ee1142e4db468e4e17094fb
|
858 |
requires_python: '>=3.8'
|
859 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.2-pyhff2d567_1.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
860 |
sha256: 74843f871e5cd8a1baf5ed8c406c571139c287141efe532f8ffbdafa3664d244
|
861 |
md5: 8508b703977f4c4ada34d657d051972c
|
862 |
depends:
|
|
|
867 |
- pkg:pypi/packaging?source=hash-mapping
|
868 |
size: 60380
|
869 |
timestamp: 1731802602808
|
870 |
+
- pypi: https://files.pythonhosted.org/packages/29/d4/1244ab8edf173a10fd601f7e13b9566c1b525c4f365d6bee918e68381889/pandas-2.2.3-cp312-cp312-win_amd64.whl
|
871 |
name: pandas
|
872 |
version: 2.2.3
|
|
|
873 |
sha256: 59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13
|
874 |
requires_dist:
|
875 |
- numpy>=1.22.4 ; python_full_version < '3.11'
|
|
|
958 |
- xlsxwriter>=3.0.5 ; extra == 'all'
|
959 |
- zstandard>=0.19.0 ; extra == 'all'
|
960 |
requires_python: '>=3.9'
|
961 |
+
- pypi: https://files.pythonhosted.org/packages/d3/5e/76a9d08b4b4e4583f269cb9f64de267f9aeae0dacef23307f53a14211716/pathvalidate-3.2.1-py3-none-any.whl
|
962 |
name: pathvalidate
|
963 |
version: 3.2.1
|
|
|
964 |
sha256: 9a6255eb8f63c9e2135b9be97a5ce08f10230128c4ae7b3e935378b82b22c4c9
|
965 |
requires_dist:
|
966 |
- sphinx-rtd-theme>=1.2.2 ; extra == 'docs'
|
|
|
974 |
- pytest>=6.0.1 ; extra == 'test'
|
975 |
- pytest-md-report>=0.6.2 ; extra == 'test'
|
976 |
requires_python: '>=3.7'
|
977 |
+
- pypi: https://files.pythonhosted.org/packages/57/97/73f756c338c1d86bb802ee88c3cab015ad7ce4b838f8a24f16b676b1ac7c/pillow-11.0.0-cp312-cp312-win_amd64.whl
|
978 |
name: pillow
|
979 |
version: 11.0.0
|
|
|
980 |
sha256: 8ec4a89295cd6cd4d1058a5e6aec6bf51e0eaaf9714774e1bfac7cfc9051db47
|
981 |
requires_dist:
|
982 |
- furo ; extra == 'docs'
|
|
|
1000 |
- typing-extensions ; python_full_version < '3.10' and extra == 'typing'
|
1001 |
- defusedxml ; extra == 'xmp'
|
1002 |
requires_python: '>=3.9'
|
1003 |
+
- pypi: https://files.pythonhosted.org/packages/3b/77/a92c3ef994e47180862b9d7d11e37624fb1c00a16d61faf55115d970628b/propcache-0.2.1-cp312-cp312-win_amd64.whl
|
1004 |
+
name: propcache
|
1005 |
+
version: 0.2.1
|
1006 |
+
sha256: c214999039d4f2a5b2073ac506bba279945233da8c786e490d411dfc30f855c1
|
1007 |
+
requires_python: '>=3.9'
|
1008 |
+
- pypi: https://files.pythonhosted.org/packages/76/52/f8da04195000099d394012b8d42c503d7041b79f778d854f410e5f05049a/pyarrow-18.1.0-cp312-cp312-win_amd64.whl
|
1009 |
+
name: pyarrow
|
1010 |
+
version: 18.1.0
|
1011 |
+
sha256: 0ad4892617e1a6c7a551cfc827e072a633eaff758fa09f21c4ee548c30bcaf99
|
1012 |
+
requires_dist:
|
1013 |
+
- pytest ; extra == 'test'
|
1014 |
+
- hypothesis ; extra == 'test'
|
1015 |
+
- cffi ; extra == 'test'
|
1016 |
+
- pytz ; extra == 'test'
|
1017 |
+
- pandas ; extra == 'test'
|
1018 |
+
requires_python: '>=3.9'
|
1019 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyhd8ed1ab_0.conda
|
1020 |
sha256: 406001ebf017688b1a1554b49127ca3a4ac4626ec0fd51dc75ffa4415b720b64
|
1021 |
md5: 844d9eb3b43095b031874477f7d70088
|
1022 |
depends:
|
|
|
1027 |
- pkg:pypi/pycparser?source=hash-mapping
|
1028 |
size: 105098
|
1029 |
timestamp: 1711811634025
|
1030 |
+
- pypi: https://files.pythonhosted.org/packages/d5/74/da832196702d0c56eb86b75bfa346db9238617e29b0b7ee3b8b4eccfe654/pydantic-2.10.2-py3-none-any.whl
|
1031 |
name: pydantic
|
1032 |
version: 2.10.2
|
|
|
1033 |
sha256: cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e
|
1034 |
requires_dist:
|
1035 |
- annotated-types>=0.6.0
|
|
|
1038 |
- email-validator>=2.0.0 ; extra == 'email'
|
1039 |
- tzdata ; python_full_version >= '3.9' and platform_system == 'Windows' and extra == 'timezone'
|
1040 |
requires_python: '>=3.8'
|
1041 |
+
- pypi: https://files.pythonhosted.org/packages/ee/f2/c61486eee27cae5ac781305658779b4a6b45f9cc9d02c90cb21b940e82cc/pydantic_core-2.27.1-cp312-none-win_amd64.whl
|
1042 |
name: pydantic-core
|
1043 |
version: 2.27.1
|
|
|
1044 |
sha256: 66ff044fd0bb1768688aecbe28b6190f6e799349221fb0de0e6f4048eca14c16
|
1045 |
requires_dist:
|
1046 |
- typing-extensions>=4.6.0,!=4.7.0
|
1047 |
requires_python: '>=3.8'
|
1048 |
+
- pypi: https://files.pythonhosted.org/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl
|
1049 |
name: pydub
|
1050 |
version: 0.25.1
|
|
|
1051 |
sha256: 65617e33033874b59d87db603aa1ed450633288aefead953b30bded59cb599a6
|
1052 |
+
- pypi: https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl
|
1053 |
name: pygments
|
1054 |
version: 2.18.0
|
|
|
1055 |
sha256: b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a
|
1056 |
requires_dist:
|
1057 |
- colorama>=0.4.6 ; extra == 'windows-terminal'
|
1058 |
requires_python: '>=3.8'
|
1059 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1060 |
sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7
|
1061 |
md5: 56cd9fe388baac0e90c7149cfac95b60
|
1062 |
depends:
|
|
|
1069 |
- pkg:pypi/pysocks?source=hash-mapping
|
1070 |
size: 19348
|
1071 |
timestamp: 1661605138291
|
1072 |
+
- pypi: https://files.pythonhosted.org/packages/06/74/b39b823ee7dba155b117634e62733a0dfdfe5aa100a553b435062cee2062/pytablewriter-1.2.0-py3-none-any.whl
|
1073 |
name: pytablewriter
|
1074 |
version: 1.2.0
|
|
|
1075 |
sha256: 4a30e2bb4bf5bc1069b1d2b2bc41947577c4517ab0875b23a5b194d296f543d8
|
1076 |
requires_dist:
|
1077 |
- setuptools>=38.3.0
|
|
|
1142 |
- toml>=0.9.3,<1 ; extra == 'toml'
|
1143 |
- pyyaml>=3.11,<7 ; extra == 'yaml'
|
1144 |
requires_python: '>=3.7'
|
1145 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.7-hce54a09_0_cpython.conda
|
|
|
|
|
|
|
|
|
|
|
1146 |
sha256: 2308cfa9ec563360d29ced7fd13a6b60b9a7b3cf8961a95c78c69f486211d018
|
1147 |
md5: 21f1f7c6ccf6b747c5086d2422c230e1
|
1148 |
depends:
|
|
|
1164 |
purls: []
|
1165 |
size: 15987537
|
1166 |
timestamp: 1728057382072
|
1167 |
+
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
1168 |
name: python-dateutil
|
1169 |
version: 2.9.0.post0
|
|
|
1170 |
sha256: a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
|
1171 |
requires_dist:
|
1172 |
- six>=1.5
|
1173 |
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*'
|
1174 |
+
- pypi: https://files.pythonhosted.org/packages/f5/0b/c316262244abea7481f95f1e91d7575f3dfcf6455d56d1ffe9839c582eb1/python_multipart-0.0.12-py3-none-any.whl
|
1175 |
name: python-multipart
|
1176 |
version: 0.0.12
|
|
|
1177 |
sha256: 43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf
|
1178 |
requires_python: '>=3.8'
|
1179 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-5_cp312.conda
|
|
|
|
|
|
|
1180 |
build_number: 5
|
|
|
|
|
1181 |
sha256: 9486662af81a219e96d343449eff242f38d7c5128ced5ce5acf85857265058d6
|
1182 |
md5: e8681f534453af7afab4cd2bc1423eec
|
1183 |
constrains:
|
|
|
1187 |
purls: []
|
1188 |
size: 6730
|
1189 |
timestamp: 1723823139725
|
1190 |
+
- pypi: https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl
|
1191 |
name: pytz
|
1192 |
version: '2024.2'
|
|
|
1193 |
sha256: 31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725
|
1194 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.2-py312h4389bb4_1.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1195 |
sha256: fa3ede1fa2ed6ea0a51095aeea398f6f0f54af036c4bc525726107cfb49229d5
|
1196 |
md5: afb7809721516919c276b45f847c085f
|
1197 |
depends:
|
|
|
1207 |
- pkg:pypi/pyyaml?source=hash-mapping
|
1208 |
size: 181227
|
1209 |
timestamp: 1725456516473
|
1210 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1211 |
sha256: 5845ffe82a6fa4d437a2eae1e32a1ad308d7ad349f61e337c0a890fe04c513cc
|
1212 |
md5: 5ede4753180c7a550a443c430dc8ab52
|
1213 |
depends:
|
|
|
1224 |
- pkg:pypi/requests?source=hash-mapping
|
1225 |
size: 58810
|
1226 |
timestamp: 1717057174842
|
1227 |
+
- pypi: https://files.pythonhosted.org/packages/19/71/39c7c0d87f8d4e6c020a393182060eaefeeae6c01dab6a84ec346f2567df/rich-13.9.4-py3-none-any.whl
|
1228 |
name: rich
|
1229 |
version: 13.9.4
|
|
|
1230 |
sha256: 6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90
|
1231 |
requires_dist:
|
1232 |
- ipywidgets>=7.5.1,<9 ; extra == 'jupyter'
|
|
|
1234 |
- pygments>=2.13.0,<3.0.0
|
1235 |
- typing-extensions>=4.0.0,<5.0 ; python_full_version < '3.11'
|
1236 |
requires_python: '>=3.8.0'
|
1237 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.8.1-py312h4e4d446_0.conda
|
|
|
|
|
|
|
|
|
|
|
1238 |
sha256: 5143775e87b6c26e46399a47b8420dfb6aadfa33fad96b58daa9585f1652d7ee
|
1239 |
md5: 3f7b928dd1bbb6a2bf17497a3e5e11e0
|
1240 |
depends:
|
|
|
1249 |
- pkg:pypi/ruff?source=hash-mapping
|
1250 |
size: 6896963
|
1251 |
timestamp: 1732870992135
|
1252 |
+
- pypi: https://files.pythonhosted.org/packages/df/f7/55cdeed5889f2076fdb125bc87bb7ab0f1715c84b0a4619c44833d890f60/safehttpx-0.1.1-py3-none-any.whl
|
1253 |
name: safehttpx
|
1254 |
version: 0.1.1
|
|
|
1255 |
sha256: 1d93b64023c00d5c53ea70ea36e773b8a0dba5eaf1a1eb188856584a0a4cf4d1
|
1256 |
requires_dist:
|
1257 |
- httpx
|
1258 |
- pytest ; extra == 'dev'
|
1259 |
requires_python: '>=3.9'
|
1260 |
+
- pypi: https://files.pythonhosted.org/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl
|
1261 |
name: semantic-version
|
1262 |
version: 2.10.0
|
|
|
1263 |
sha256: de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177
|
1264 |
requires_dist:
|
1265 |
- django>=1.11 ; extra == 'dev'
|
|
|
1275 |
- sphinx ; extra == 'doc'
|
1276 |
- sphinx-rtd-theme ; extra == 'doc'
|
1277 |
requires_python: '>=2.7'
|
1278 |
+
- pypi: https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl
|
1279 |
name: setuptools
|
1280 |
version: 75.6.0
|
|
|
1281 |
sha256: ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
|
1282 |
requires_dist:
|
1283 |
- pytest>=6,!=8.1.* ; extra == 'test'
|
|
|
1334 |
- importlib-metadata>=7.0.2 ; python_full_version < '3.10' and extra == 'type'
|
1335 |
- jaraco-develop>=7.21 ; sys_platform != 'cygwin' and extra == 'type'
|
1336 |
requires_python: '>=3.9'
|
1337 |
+
- pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl
|
1338 |
name: shellingham
|
1339 |
version: 1.5.4
|
|
|
1340 |
sha256: 7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686
|
1341 |
requires_python: '>=3.7'
|
1342 |
+
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
1343 |
name: six
|
1344 |
+
version: 1.17.0
|
1345 |
+
sha256: 4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274
|
|
|
1346 |
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*'
|
1347 |
+
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
1348 |
name: sniffio
|
1349 |
version: 1.3.1
|
|
|
1350 |
sha256: 2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2
|
1351 |
requires_python: '>=3.7'
|
1352 |
+
- pypi: https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl
|
1353 |
name: soupsieve
|
1354 |
version: '2.6'
|
|
|
1355 |
sha256: e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9
|
1356 |
requires_python: '>=3.8'
|
1357 |
+
- pypi: https://files.pythonhosted.org/packages/96/00/2b325970b3060c7cecebab6d295afe763365822b1306a12eeab198f74323/starlette-0.41.3-py3-none-any.whl
|
1358 |
name: starlette
|
1359 |
version: 0.41.3
|
|
|
1360 |
sha256: 44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7
|
1361 |
requires_dist:
|
1362 |
- anyio>=3.4.0,<5
|
|
|
1367 |
- python-multipart>=0.0.7 ; extra == 'full'
|
1368 |
- pyyaml ; extra == 'full'
|
1369 |
requires_python: '>=3.8'
|
1370 |
+
- pypi: https://files.pythonhosted.org/packages/06/e2/96b10ebc00d20b55967200e3d95c2137d91f58af1af672627683431c9d5c/tabledata-1.3.3-py3-none-any.whl
|
1371 |
name: tabledata
|
1372 |
version: 1.3.3
|
|
|
1373 |
sha256: 4abad1c996d8607e23b045b44dc0c5f061668f3c37585302c5f6c84c93a89962
|
1374 |
requires_dist:
|
1375 |
- dataproperty>=1.0.1,<2
|
|
|
1378 |
- pytablewriter>=0.46 ; extra == 'test'
|
1379 |
- pytest ; extra == 'test'
|
1380 |
requires_python: '>=3.7'
|
1381 |
+
- pypi: https://files.pythonhosted.org/packages/9e/0f/3571e551b524b3d3ddfa7fd3ec8065941faf4ae1278efefcef976d93587c/tcolorpy-0.1.6-py3-none-any.whl
|
1382 |
name: tcolorpy
|
1383 |
version: 0.1.6
|
|
|
1384 |
sha256: 8c15cb3167f30b0a433d72297e9d68667c825bd9e2af41c8dd7dfbd3d7f7e207
|
1385 |
requires_dist:
|
1386 |
- pytest>=6.0.1 ; extra == 'test'
|
1387 |
- pytest-md-report>=0.5 ; extra == 'test'
|
1388 |
requires_python: '>=3.7'
|
1389 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1390 |
sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1
|
1391 |
md5: fc048363eb8f03cd1737600a5d08aafe
|
1392 |
depends:
|
|
|
1398 |
purls: []
|
1399 |
size: 3503410
|
1400 |
timestamp: 1699202577803
|
1401 |
+
- pypi: https://files.pythonhosted.org/packages/68/4f/12207897848a653d03ebbf6775a29d949408ded5f99b2d87198bc5c93508/tomlkit-0.12.0-py3-none-any.whl
|
1402 |
name: tomlkit
|
1403 |
version: 0.12.0
|
|
|
1404 |
sha256: 926f1f37a1587c7a4f6c7484dae538f1345d96d793d9adab5d3675957b1d0766
|
1405 |
requires_python: '>=3.7'
|
1406 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1407 |
sha256: 5673b7104350a6998cb86cccf1d0058217d86950e8d6c927d8530606028edb1d
|
1408 |
md5: 4085c9db273a148e149c03627350e22c
|
1409 |
depends:
|
|
|
1414 |
- pkg:pypi/tqdm?source=hash-mapping
|
1415 |
size: 89484
|
1416 |
timestamp: 1732497312317
|
1417 |
+
- pypi: https://files.pythonhosted.org/packages/f1/10/0d6dc654bb4e0eca017bbaf43a315b464c888576a68a2883cd4a74bd1b6b/typepy-1.3.2-py3-none-any.whl
|
1418 |
name: typepy
|
1419 |
version: 1.3.2
|
|
|
1420 |
sha256: d5d1022a424132622993800f1d2cd16cfdb691ac4e3b9c325f0fcb37799db1ae
|
1421 |
requires_dist:
|
1422 |
- mbstrdecoder>=1.0.0,<2
|
|
|
1429 |
- pytz>=2018.9 ; extra == 'test'
|
1430 |
- packaging ; extra == 'test'
|
1431 |
requires_python: '>=3.7'
|
1432 |
+
- pypi: https://files.pythonhosted.org/packages/bb/d8/a3ab71d5587b42b832a7ef2e65b3e51a18f8da32b6ce169637d4d21995ed/typer-0.14.0-py3-none-any.whl
|
1433 |
name: typer
|
1434 |
version: 0.14.0
|
|
|
1435 |
sha256: f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09
|
1436 |
requires_dist:
|
1437 |
- click>=8.0.0
|
|
|
1439 |
- shellingham>=1.3.0
|
1440 |
- rich>=10.11.0
|
1441 |
requires_python: '>=3.7'
|
1442 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.12.2-hd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
1443 |
noarch: python
|
|
|
1444 |
sha256: d3b9a8ed6da7c9f9553c5fd8a4fca9c3e0ab712fa5f497859f82337d67533b73
|
1445 |
md5: 52d648bd608f5737b123f510bb5514b5
|
1446 |
depends:
|
|
|
1450 |
purls: []
|
1451 |
size: 10097
|
1452 |
timestamp: 1717802659025
|
1453 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1454 |
sha256: 0fce54f8ec3e59f5ef3bb7641863be4e1bf1279623e5af3d3fa726e8f7628ddb
|
1455 |
md5: ebe6952715e1d5eb567eeebf25250fa7
|
1456 |
depends:
|
|
|
1461 |
- pkg:pypi/typing-extensions?source=hash-mapping
|
1462 |
size: 39888
|
1463 |
timestamp: 1717802653893
|
1464 |
+
- pypi: https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl
|
1465 |
name: tzdata
|
1466 |
version: '2024.2'
|
|
|
1467 |
sha256: a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd
|
1468 |
requires_python: '>=2'
|
1469 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1470 |
sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf
|
1471 |
md5: 8ac3367aafb1cc0a068483c580af8015
|
1472 |
license: LicenseRef-Public-Domain
|
1473 |
purls: []
|
1474 |
size: 122354
|
1475 |
timestamp: 1728047496079
|
1476 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_1.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1477 |
sha256: db8dead3dd30fb1a032737554ce91e2819b43496a0db09927edf01c32b577450
|
1478 |
md5: 6797b005cd0f439c4c5c9ac565783700
|
1479 |
constrains:
|
|
|
1482 |
purls: []
|
1483 |
size: 559710
|
1484 |
timestamp: 1728377334097
|
1485 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.3-pyhd8ed1ab_0.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1486 |
sha256: b6bb34ce41cd93956ad6eeee275ed52390fb3788d6c75e753172ea7ac60b66e5
|
1487 |
md5: 6b55867f385dd762ed99ea687af32a69
|
1488 |
depends:
|
|
|
1497 |
- pkg:pypi/urllib3?source=hash-mapping
|
1498 |
size: 98076
|
1499 |
timestamp: 1726496531769
|
1500 |
+
- pypi: https://files.pythonhosted.org/packages/50/c1/2d27b0a15826c2b71dcf6e2f5402181ef85acf439617bb2f1453125ce1f3/uvicorn-0.32.1-py3-none-any.whl
|
1501 |
name: uvicorn
|
1502 |
version: 0.32.1
|
|
|
1503 |
sha256: 82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e
|
1504 |
requires_dist:
|
1505 |
- click>=7.0
|
|
|
1513 |
- watchfiles>=0.13 ; extra == 'standard'
|
1514 |
- websockets>=10.4 ; extra == 'standard'
|
1515 |
requires_python: '>=3.8'
|
1516 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-ha32ba9b_23.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1517 |
sha256: 986ddaf8feec2904eac9535a7ddb7acda1a1dfb9482088fdb8129f1595181663
|
1518 |
md5: 7c10ec3158d1eb4ddff7007c9101adb0
|
1519 |
depends:
|
|
|
1525 |
purls: []
|
1526 |
size: 17479
|
1527 |
timestamp: 1731710827215
|
1528 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.42.34433-he29a5d6_23.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1529 |
sha256: c483b090c4251a260aba6ff3e83a307bcfb5fb24ad7ced872ab5d02971bd3a49
|
1530 |
md5: 32b37d0cfa80da34548501cdc913a832
|
1531 |
depends:
|
|
|
1537 |
purls: []
|
1538 |
size: 754247
|
1539 |
timestamp: 1731710681163
|
1540 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
1541 |
sha256: 568ce8151eaae256f1cef752fc78651ad7a86ff05153cc7a4740b52ae6536118
|
1542 |
md5: 5c176975ca2b8366abad3c97b3cd1e83
|
1543 |
depends:
|
|
|
1547 |
purls: []
|
1548 |
size: 17572
|
1549 |
timestamp: 1731710685291
|
1550 |
+
- pypi: https://files.pythonhosted.org/packages/20/52/8915f51f9aaef4e4361c89dd6cf69f72a0159f14e0d25026c81b6ad22525/websockets-12.0-cp312-cp312-win_amd64.whl
|
1551 |
name: websockets
|
1552 |
version: '12.0'
|
|
|
1553 |
sha256: ae0a5da8f35a5be197f328d4727dbcfafa53d1824fac3d96cdd3a642fe09394f
|
1554 |
requires_python: '>=3.8'
|
1555 |
+
- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyh7428d3b_7.conda
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1556 |
sha256: c5297692ab34aade5e21107abaf623d6f93847662e25f655320038d2bfa1a812
|
1557 |
md5: c998c13b2f998af57c3b88c7a47979e0
|
1558 |
depends:
|
|
|
1563 |
- pkg:pypi/win-inet-pton?source=hash-mapping
|
1564 |
size: 9602
|
1565 |
timestamp: 1727796413384
|
1566 |
+
- pypi: https://files.pythonhosted.org/packages/d9/6b/1c443fe6cfeb4ad1dcf231cdec96eb94fb43d6498b4469ed8b51f8b59a37/xxhash-3.5.0-cp312-cp312-win_amd64.whl
|
1567 |
+
name: xxhash
|
1568 |
+
version: 3.5.0
|
1569 |
+
sha256: fa0cafd3a2af231b4e113fba24a65d7922af91aeb23774a8b78228e6cd785e3e
|
1570 |
+
requires_python: '>=3.7'
|
1571 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2
|
1572 |
sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0
|
1573 |
md5: 515d77642eaa3639413c6b1bc3f94219
|
1574 |
depends:
|
|
|
1578 |
purls: []
|
1579 |
size: 217804
|
1580 |
timestamp: 1660346976440
|
1581 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
1582 |
sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5
|
1583 |
md5: adbfb9f45d1004a26763652246a33764
|
1584 |
depends:
|
|
|
1589 |
purls: []
|
1590 |
size: 63274
|
1591 |
timestamp: 1641347623319
|
1592 |
+
- pypi: https://files.pythonhosted.org/packages/34/45/0e055320daaabfc169b21ff6174567b2c910c45617b0d79c68d7ab349b02/yarl-1.18.3-cp312-cp312-win_amd64.whl
|
1593 |
+
name: yarl
|
1594 |
+
version: 1.18.3
|
1595 |
+
sha256: 7e2ee16578af3b52ac2f334c3b1f92262f47e02cc6193c598502bd46f5cd1477
|
1596 |
+
requires_dist:
|
1597 |
+
- idna>=2.0
|
1598 |
+
- multidict>=4.0
|
1599 |
+
- propcache>=0.2.0
|
1600 |
+
requires_python: '>=3.9'
|
1601 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/zstandard-0.23.0-py312h7606c53_1.conda
|
1602 |
sha256: 3e0c718aa18dcac7f080844dbe0aea41a9cea75083019ce02e8a784926239826
|
1603 |
md5: a92cc3435b2fd6f51463f5a4db5c50b1
|
1604 |
depends:
|
|
|
1616 |
- pkg:pypi/zstandard?source=hash-mapping
|
1617 |
size: 320624
|
1618 |
timestamp: 1725305934189
|
1619 |
+
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.6-h0ea2cb4_0.conda
|
|
|
|
|
|
|
|
|
|
|
1620 |
sha256: 768e30dc513568491818fb068ee867c57c514b553915536da09e5d10b4ebf3c3
|
1621 |
md5: 9a17230f95733c04dc40a2b1e5491d74
|
1622 |
depends:
|
pixi.toml
CHANGED
@@ -17,6 +17,7 @@ gradio = "==5.7.1"
|
|
17 |
pytablewriter = ">=1.2.0, <2"
|
18 |
gradio-space-ci = { git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci", rev = "0.2.3" }
|
19 |
beautifulsoup4 = ">=4.12.3, <5"
|
|
|
20 |
|
21 |
[tool.ruff]
|
22 |
exclude = [".pixi", "__pycache__"]
|
@@ -41,4 +42,4 @@ select = [
|
|
41 |
# flake8-async
|
42 |
"ASYNC"
|
43 |
]
|
44 |
-
line-length = 132
|
|
|
17 |
pytablewriter = ">=1.2.0, <2"
|
18 |
gradio-space-ci = { git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci", rev = "0.2.3" }
|
19 |
beautifulsoup4 = ">=4.12.3, <5"
|
20 |
+
datasets = ">=3.1.0, <4"
|
21 |
|
22 |
[tool.ruff]
|
23 |
exclude = [".pixi", "__pycache__"]
|
|
|
42 |
# flake8-async
|
43 |
"ASYNC"
|
44 |
]
|
45 |
+
line-length = 132
|
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ huggingface_hub
|
|
2 |
gradio==5.7.1
|
3 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected]
|
4 |
pytablewriter
|
5 |
-
beautifulsoup4
|
|
|
|
2 |
gradio==5.7.1
|
3 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected]
|
4 |
pytablewriter
|
5 |
+
beautifulsoup4
|
6 |
+
datasets
|