Skip to content

Commit

Permalink
fixed version of numpy package (openvino) (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: igor <[email protected]>
  • Loading branch information
ivkalgin and igor authored Jan 10, 2023
1 parent 10e51af commit eaaa764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [[ $arch == "x86_64" ]]; then
python3 -m pip install wheel
# Install OpenVINO without redundant dependecies.
python3 -m pip install networkx~=2.5 defusedxml~=0.7.1 # OpenVINO mo minimal dependecies.
python3 -m pip install --no-deps openvino==2022.1 openvino-dev==2022.1
python3 -m pip install --no-deps openvino==2022.1 openvino-dev==2022.1 'numpy<1.24.0'

if [[ "$DEVICE_TYPE" == "GPU" ]]; then
python3 -m pip install --no-deps --extra-index-url https://pypi.ngc.nvidia.com \
Expand Down

0 comments on commit eaaa764

Please sign in to comment.