Skip to content

Commit

Permalink
[ONNX] Updated a required version of ONNXRuntime for layer tests (ope…
Browse files Browse the repository at this point in the history
…nvinotoolkit#27368)

### Details:
- Updated required version of ONNXRuntime for layer tests, because
otherwise they may not be able to read fresh onnx files

### Tickets:
 - N/A
  • Loading branch information
gkrivor authored Nov 1, 2024
1 parent caa1e6a commit 49e99f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/layer_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-c ../constraints.txt
# paddlepaddle # ticket 95904
numpy
onnxruntime
onnxruntime>=1.18.0,<=1.19.2; python_version <= '3.9'
onnxruntime>=1.18.0; python_version >= '3.10'
requests
torch
torchvision; platform_machine == 'arm64' and python_version >= '3.9'
Expand Down

0 comments on commit 49e99f2

Please sign in to comment.