Skip to content

Commit

Permalink
Add explicitly onnx to run dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 authored Jul 3, 2024
1 parent 4adcb76 commit 9eb981a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python = ">=3.10"
numpy = "*"
spox = ">=0.10"
typing_extensions = "*"
onnx = "*"

[host-dependencies]
pip = "*"
Expand Down Expand Up @@ -40,7 +41,6 @@ pytest-json-report = "*"
pytest-xdist = "*"
hypothesis = "*"
onnxruntime = "*"
onnx = "*"
mypy = ">=1.10.0,<1.11"
ndindex = "*"
[feature.test.tasks]
Expand Down

0 comments on commit 9eb981a

Please sign in to comment.