github-actions[bot] commited on
Commit
2b4bdeb
Β·
1 Parent(s): 7b1b105

πŸ“¦ Automated Warehousing Security Bag Count deployment from GitHub Actions

Browse files
Files changed (3) hide show
  1. =0.1.4 +6 -18
  2. README.md +0 -1
  3. requirements.txt +2 -2
=0.1.4 CHANGED
@@ -1,18 +1,15 @@
1
- Collecting huggingface-hub>=0.30
2
- Downloading huggingface_hub-1.1.4-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.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (3.20.0)
6
  Requirement already satisfied: fsspec>=2023.5.0 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (2025.10.0)
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.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (0.28.1)
10
  Requirement already satisfied: packaging>=20.9 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (25.0)
11
  Requirement already satisfied: pyyaml>=5.1 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (6.0.3)
12
  Requirement already satisfied: shellingham in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (1.5.4)
13
  Requirement already satisfied: tqdm>=4.42.1 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/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.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (4.15.0)
17
  Requirement already satisfied: anyio in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (4.11.0)
18
  Requirement already satisfied: certifi in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (2025.11.12)
@@ -21,16 +18,7 @@ Requirement already satisfied: idna in /opt/hostedtoolcache/Python/3.11.14/x64/l
21
  Requirement already satisfied: h11>=0.16 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/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.11.14/x64/lib/python3.11/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.11.14/x64/lib/python3.11/site-packages (from typer-slim->huggingface-hub>=0.30) (8.3.1)
24
- Downloading huggingface_hub-1.1.4-py3-none-any.whl (515 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 218.1 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 319.0 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
- Attempting uninstall: huggingface-hub
32
- Found existing installation: huggingface-hub 0.19.4
33
- Uninstalling huggingface-hub-0.19.4:
34
- Successfully uninstalled huggingface-hub-0.19.4
35
-
36
- Successfully installed hf-transfer-0.1.9 hf-xet-1.2.0 huggingface-hub-1.1.4 typer-slim-0.20.0
 
1
+ Requirement already satisfied: huggingface-hub>=0.30 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (1.1.4)
 
2
  Collecting hf-transfer
3
  Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB)
4
  Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (3.20.0)
5
  Requirement already satisfied: fsspec>=2023.5.0 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (2025.10.0)
6
+ Requirement already satisfied: hf-xet<2.0.0,>=1.2.0 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (1.2.0)
 
7
  Requirement already satisfied: httpx<1,>=0.23.0 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (0.28.1)
8
  Requirement already satisfied: packaging>=20.9 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (25.0)
9
  Requirement already satisfied: pyyaml>=5.1 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (6.0.3)
10
  Requirement already satisfied: shellingham in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (1.5.4)
11
  Requirement already satisfied: tqdm>=4.42.1 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (4.67.1)
12
+ Requirement already satisfied: typer-slim in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (0.20.0)
 
13
  Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from huggingface-hub>=0.30) (4.15.0)
14
  Requirement already satisfied: anyio in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (4.11.0)
15
  Requirement already satisfied: certifi in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from httpx<1,>=0.23.0->huggingface-hub>=0.30) (2025.11.12)
 
18
  Requirement already satisfied: h11>=0.16 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->huggingface-hub>=0.30) (0.16.0)
19
  Requirement already satisfied: sniffio>=1.1 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from anyio->httpx<1,>=0.23.0->huggingface-hub>=0.30) (1.3.1)
20
  Requirement already satisfied: click>=8.0.0 in /opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages (from typer-slim->huggingface-hub>=0.30) (8.3.1)
 
 
 
21
  Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
22
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 213.1 MB/s 0:00:00
23
+ Installing collected packages: hf-transfer
24
+ Successfully installed hf-transfer-0.1.9
 
 
 
 
 
 
README.md CHANGED
@@ -4,7 +4,6 @@ emoji: πŸ“¦
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: purple
5
  colorTo: blue
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  license: mit
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  opencv-python-headless
2
- gradio==4.36.1
3
  numpy>=1.24.0
4
  ultralytics>=8.0.0
5
- huggingface-hub<0.20
6
 
7
 
8
 
 
1
  opencv-python-headless
2
+ gradio
3
  numpy>=1.24.0
4
  ultralytics>=8.0.0
5
+ # huggingface-hub<0.20
6
 
7
 
8