Skip to content

Commit

Permalink
Relax numpy (#3912)
Browse files Browse the repository at this point in the history
Having that constraint causes openvino pip-conflicts_* jobs to compile numpy 1.19.3 and fail. Ci ignores requirements-pytorch.in, so it’s possible to keep the constraint here, but I think it’s better not to rely on openvino’s imperfections
  • Loading branch information
Wovchena authored Feb 13, 2024
1 parent 3d2dc4d commit 37f60eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/model_tools/requirements-pytorch.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ scipy>=1.5.4
torch>=1.8.1
torchvision>=0.9.1
yacs>=0.1.8
numpy<1.24 # quartznet-15x5-en
1 change: 0 additions & 1 deletion tools/model_tools/requirements-tensorflow.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tensorflow>=2.5,<2.15.0
numpy<1.24 # hybrid-cs-model-mri

0 comments on commit 37f60eb

Please sign in to comment.