Skip to content

Commit

Permalink
SLES - pip updates (#1401)
Browse files Browse the repository at this point in the history
* SLES - PIP Updates

* SLES - PIP protobuf

* SLES - PIP ONNX

* SLES - ONNX Updates
  • Loading branch information
kiritigowda authored Aug 6, 2024
1 parent f32437b commit b810dfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions MIVisionX-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,8 @@ def ERROR_CHECK(call):
if "VERSION_ID=7" in os_info_data or "VERSION_ID=8" in os_info_data:
pipNumpyVersion = "numpy==1.19.5"
if "NAME=SLES" in os_info_data:
pipNumpyVersion = "numpy==2.0.1"
pipONNXversion = "onnx==1.16.0"
pipProtoVersion= "protobuf==3.20.2"
pipNumpyVersion = "numpy==1.19.5"
pipProtoVersion= "protobuf==3.19.5"
pip3InferencePackagesRPM = [
'future==0.18.2',
'pytz==2022.1',
Expand Down
5 changes: 2 additions & 3 deletions tests/neural_network_tests/runNeuralNetworkTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,8 @@ def script_info():
if "VERSION_ID=7" in os_info_data or "VERSION_ID=8" in os_info_data:
pipNumpyVersion = "numpy==1.19.5"
if "NAME=SLES" in os_info_data:
pipNumpyVersion = "numpy==2.0.1"
pipONNXversion = "onnx==1.16.0"
pipProtoVersion= "protobuf==3.20.2"
pipNumpyVersion = "numpy==1.19.5"
pipProtoVersion= "protobuf==3.19.5"

pip3InferencePackagesRPM = [
'future==0.18.2',
Expand Down

0 comments on commit b810dfd

Please sign in to comment.