Skip to content

Commit 8b18e87

Browse files
authored
Checkout OMZ (openvinotoolkit#25709)
### Details: - took changes from openvinotoolkit#25661 ### Tickets: - *ticket-id*
1 parent 0c598f4 commit 8b18e87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ opencv-python>=4.5
1818
paddlepaddle==2.6.1
1919
protobuf>=3.18.1,<4.0.0
2020
py>=1.9.0
21-
pytest>=5.0,<7.5
21+
pytest>=5.0,<8.4
2222
pytest-dependency==0.5.1
2323
pytest-html==4.1.1
2424
pytest-timeout==2.2.0

tests/e2e_tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ scikit-image>=0.17.2
2020
tabulate==0.9.0
2121

2222
pytest>=5.0,<=7.0.1; python_version < '3.10'
23-
pytest==7.2.0; python_version >= '3.10'
23+
pytest==8.3.1; python_version >= '3.10'
2424
pytest-cov==2.11.1
2525
# pytest-html==1.19.0
2626
pytest-html

thirdparty/open_model_zoo

Submodule open_model_zoo updated 30 files

tools/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mxnet~=1.2.0; sys_platform == 'win32'
77
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
88
onnx>=1.8.1,<=1.15.0
99
networkx<=3.1.0
10-
pytest>=5.0,<7.3
10+
pytest>=5.0,<8.4
1111
protobuf>=3.18.1,<4.0.0
1212
defusedxml>=0.7.1
1313
requests>=2.25.1

0 commit comments

Comments
 (0)