Skip to content

Commit fc24e51

Browse files
authored
Revert "fix(deps): pin onnxruntime to last version with python 3.10 support (…" (#491)
This reverts commit 9417d3c.
1 parent 6cd5ce5 commit fc24e51

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"numpy>=1.16.6",
28-
"onnxruntime~=1.23.0",
2928
"opencv-python-headless",
3029
"openvino>=2025.3",
3130
"pillow",
@@ -191,9 +190,6 @@ lint.ignore = [
191190
lint.fixable = ["ALL"]
192191
lint.unfixable = []
193192

194-
# Allow unused variables when underscore-prefixed.
195-
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
196-
197193
# Exclude a variety of commonly ignored directories.
198194
exclude = [
199195
".bzr",
@@ -221,6 +217,9 @@ exclude = [
221217
# Same as Black.
222218
line-length = 120
223219

220+
# Allow unused variables when underscore-prefixed.
221+
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
222+
224223
# Assume Python 3.10.
225224
target-version = "py310"
226225

uv.lock

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

0 commit comments

Comments
 (0)