Skip to content

Commit

Permalink
Revert "constraints openvino-dev: Limit mpmath<1.4" (openvinotoolkit#…
Browse files Browse the repository at this point in the history
…23704)

Reverts openvinotoolkit#23601

Necessary changes applied in OMZ
openvinotoolkit/open_model_zoo#3935
  • Loading branch information
artanokhov authored and alvoron committed Apr 29, 2024
1 parent 8114464 commit 9eb07ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tools/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eb07ed

Please sign in to comment.