Skip to main content
Version: Next

Install

To install the H2O MLOps Python client, run the following command:

pip install h2o-mlops
note

The minimum Python client version required for this MLOps release is v1.3.3.

To install a specific version of the H2O MLOps Python client, run:

pip install h2o-mlops==x.y.z

To install the H2O MLOps Python client with a minimum version requirement, run:

pip install h2o-mlops>=x.y.z
note

The minimum Python version required for the latest client is Python 3.9.

Version compatibility

Python Client version compatibility

Starting with H2O MLOps v1.0.0, use Python client version v1.4.0 or later. Newer Python client versions are not backward compatible with MLOps versions earlier than v1.0.0.

From v1.0.0 onwards, you can use the latest available Python client, as backward compatibility is maintained. However, upgrading or downgrading may require minor code changes due to potential breaking changes. For details, see the migration guide.


Feedback