github-actions[bot] commited on
Commit
6093e4b
Β·
1 Parent(s): b9ca5bc

Automated UV deployment

Browse files
Files changed (2) hide show
  1. .python-version +1 -1
  2. =0.1.4 +32 -0
.python-version CHANGED
@@ -1 +1 @@
1
- 3.12
 
1
+ 3.12
=0.1.4 ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Collecting huggingface-hub>=0.30
2
+ Downloading huggingface_hub-1.1.2-py3-none-any.whl.metadata (13 kB)
3
+ Collecting hf-transfer
4
+ Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB)
5
+ Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (3.18.0)
6
+ Requirement already satisfied: fsspec>=2023.5.0 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (2025.5.1)
7
+ Collecting hf-xet<2.0.0,>=1.2.0 (from huggingface-hub>=0.30)
8
+ Downloading hf_xet-1.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
9
+ Requirement already satisfied: httpx<1,>=0.23.0 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (0.28.1)
10
+ Requirement already satisfied: packaging>=20.9 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (25.0)
11
+ Requirement already satisfied: pyyaml>=5.1 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (6.0.2)
12
+ Requirement already satisfied: shellingham in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (1.5.4)
13
+ Requirement already satisfied: tqdm>=4.42.1 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (4.67.1)
14
+ Collecting typer-slim (from huggingface-hub>=0.30)
15
+ Downloading typer_slim-0.20.0-py3-none-any.whl.metadata (16 kB)
16
+ Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from huggingface-hub>=0.30) (4.14.1)
17
+ Requirement already satisfied: anyio in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (4.9.0)
18
+ Requirement already satisfied: certifi in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (2025.7.14)
19
+ Requirement already satisfied: httpcore==1.* in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (1.0.9)
20
+ Requirement already satisfied: idna in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (3.10)
21
+ Requirement already satisfied: h11>=0.16 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->huggingface-hub>=0.30) (0.16.0)
22
+ Requirement already satisfied: sniffio>=1.1 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from anyio->httpx<1,>=0.23.0->huggingface-hub>=0.30) (1.3.1)
23
+ Requirement already satisfied: click>=8.0.0 in /opt/hostedtoolcache/Python/3.12.12/x64/lib/python3.12/site-packages (from typer-slim->huggingface-hub>=0.30) (8.2.1)
24
+ Downloading huggingface_hub-1.1.2-py3-none-any.whl (514 kB)
25
+ Downloading hf_xet-1.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
26
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 263.8 MB/s 0:00:00
27
+ Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
28
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 170.2 MB/s 0:00:00
29
+ Downloading typer_slim-0.20.0-py3-none-any.whl (47 kB)
30
+ Installing collected packages: typer-slim, hf-xet, hf-transfer, huggingface-hub
31
+
32
+ Successfully installed hf-transfer-0.1.9 hf-xet-1.2.0 huggingface-hub-1.1.2 typer-slim-0.20.0