Skip to content

Commit 50a4cdc

Browse files
update deps
1 parent d87f2f5 commit 50a4cdc

File tree

3 files changed

+1
-75
lines changed

3 files changed

+1
-75
lines changed

.github/workflows/train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
uv sync
5454
uv pip uninstall onnxruntime onnxruntime-gpu 2>/dev/null || true
55-
uv pip install onnxruntime-gpu==1.22.1
55+
uv pip install onnxruntime-gpu
5656
5757
- name: Run pipeline
5858
run: uv run dvc repro

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"ncnn>=1.0.20250503",
1212
"pnnx>=1.0.20250503",
1313
"onnx>=1.18.0",
14-
"onnxruntime>=1.22.0",
1514
"onnxslim>=0.1.71",
1615
"tqdm>=4.66.0",
1716
"pyroengine @ git+https://github.com/pyronear/pyro-engine.git",

uv.lock

Lines changed: 0 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)