Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NN Dependencies - Bump future package from 0.18.2 to 1.0.0 #1436

Merged
merged 4 commits into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading