From 038e6316e30d576d36a49e8af952124fe146c03d Mon Sep 17 00:00:00 2001 From: Artyom Anokhov Date: Thu, 28 Mar 2024 18:28:51 +0100 Subject: [PATCH] Revert "constraints openvino-dev: Limit mpmath<1.4" (#23704) Reverts openvinotoolkit/openvino#23601 Necessary changes applied in OMZ https://github.com/openvinotoolkit/open_model_zoo/pull/3935 --- src/bindings/python/constraints.txt | 1 - tests/constraints.txt | 1 - tools/constraints.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 1b8c6177a26..45b32a4819f 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -11,7 +11,6 @@ pytest-timeout==2.2.0 py>=1.9.0 pygments>=2.8.1 setuptools>=65.6.1 -mpmath<1.4 sympy>=1.10 wheel>=0.38.1 patchelf<=0.17.2.1 diff --git a/tests/constraints.txt b/tests/constraints.txt index f3569f126cc..f27a78153f9 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -8,7 +8,6 @@ pymongo>=3.12.0 PyYAML>=5.4.1 scipy>=1.7; python_version <= "3.8" scipy>=1.11.1; python_version >= "3.9" -mpmath<1.4 sympy>=1.10 wheel>=0.38.1 defusedxml>=0.7.1 diff --git a/tools/constraints.txt b/tools/constraints.txt index bba8b804da0..e91d858e4ea 100644 --- a/tools/constraints.txt +++ b/tools/constraints.txt @@ -4,7 +4,6 @@ # tensorflow, numpy mxnet~=1.2.0; sys_platform == 'win32' mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32' -mpmath<1.4; extra == 'pytorch' onnx>=1.8.1,<=1.15.0 networkx<=3.1.0 pytest>=5.0,<7.3