Skip to content

Commit

Permalink
Remove upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jun 10, 2024
1 parent 55b7b1f commit ed6f6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ pytest-json-report = "*"
pytest-xdist = "*"
hypothesis = "*"
jupyterlab = "*"
onnxruntime = ">=1.18.0,<1.19"
onnx = ">=1.16.1,<1.17"
onnxruntime = "*"
onnx = "*"
[feature.test.tasks]
test = "pytest"
test-coverage = "pytest --cov=ndonnx --cov-report=xml --cov-report=term-missing"
Expand Down

0 comments on commit ed6f6f4

Please sign in to comment.