Skip to content

Commit

Permalink
ROCm 6.3 Cherry-pick: NN Dependencies - Bump future package from 0.18…
Browse files Browse the repository at this point in the history
….2 to 1.0.0 (#1436) (#1449)

* future version upgrade to 1.0.0

* Revert future version to 0.18.2 for rpm

* Update runNeuralNetworkTests.py

---------

Co-authored-by: Hansel Yang <[email protected]>
  • Loading branch information
kiritigowda and hansely authored Nov 15, 2024
1 parent 849479b commit f0e86f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MIVisionX-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def ERROR_CHECK(call):
pipONNXVersion = "onnx==1.16.0"
pipProtoVersion= "protobuf==3.20.2"
pip3InferencePackagesUbuntu = [
'future==0.18.2',
'future==1.0.0',
'pytz==2022.1',
'google==3.0.0',
str(pipNumpyVersion),
Expand Down
2 changes: 1 addition & 1 deletion docs/install/model-compiler-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Prerequisites

.. code-block:: shell
sudo pip3 install future==0.18.2 pytz==2022.1 numpy==1.23.0
sudo pip3 install future==1.0.0 pytz==2022.1 numpy==1.23.0
.. note::
Expand Down
2 changes: 1 addition & 1 deletion model_compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MIVisionX allows hundreds of different [OpenVX](https://www.khronos.org/registry
```
* PIP3 Packages
```
sudo pip3 install future==0.18.2 pytz==2022.1 numpy==1.23.0
sudo pip3 install future==1.0.0 pytz==2022.1 numpy==1.23.0
```

**Note:** MIVisionX installs model compiler scripts at `/opt/rocm/libexec/mivisionx/model_compiler/python/`
Expand Down
2 changes: 1 addition & 1 deletion tests/neural_network_tests/runNeuralNetworkTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def script_info():
pipONNXVersion = "onnx==1.16.0"
pipProtoVersion= "protobuf==3.20.2"
pip3InferencePackagesUbuntu = [
'future==0.18.2',
'future==1.0.0',
'pytz==2022.1',
'google==3.0.0',
str(pipNumpyVersion),
Expand Down

0 comments on commit f0e86f9

Please sign in to comment.