Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviaria authored Jun 18, 2024
1 parent 87a9180 commit a1c70ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">= 3.9"
dependencies = [
"flatbuffers>=2.0",
"numpy>=1.23.5,<2",
"numpy>=1.23.5,!=2.0.0,!=2.0.1",
"onnxruntime",
"onnxruntime-gpu>=1.18.0",
"Pillow>=10.1.0",
Expand All @@ -23,6 +23,7 @@ dependencies = [
"loguru>=0.7.2",
"adb-shell[async]==0.4.4",
"PyYAML",
"pybind11>=2.12",
]

[project.optional-dependencies]
Expand Down

0 comments on commit a1c70ad

Please sign in to comment.