Skip to content

Commit 9827920

Browse files
committed
Update documentation to reflect Python 3.7 minimum version
- Update h2o-py/README.md prerequisites - Update h2o-docs/welcome.rst supported Python versions (2 locations) - Update h2o-docs/python-users.rst Conda repository reference - Update h2o-docs/README.md build requirements
1 parent c8bb6db commit 9827920

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

h2o-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Note that there are also some directories under the **/product** folder from the
88

99
### Requirements
1010

11-
- Python 3.6+
11+
- Python 3.7+
1212
- [Sphinx](http://www.sphinx-doc.org/)
1313
- [Read The Docs theme](https://sphinx-rtd-theme.readthedocs.io/en/stable/)
1414
- Additional extensions

h2o-docs/src/product/getting-started/python-users.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ See a notebook demonstration for how to use grid search in Python.
3131
Anaconda Cloud users
3232
--------------------
3333

34-
You can run H2O-3 in an Anaconda Cloud environment. Conda 2.7, 3.5, and 3.6 repositories are supported (as are a number of H2O-3 versions). See Anaconda's `official H2O-3 package <https://anaconda.org/h2oai/h2o/files>`__ to view a list of all available H2O-3 versions. You can refer to the `Install on Anaconda Cloud <../downloading.html#install-on-anaconda-cloud>`__ section for information about installing H2O-3 in an Anaconda Cloud.
34+
You can run H2O-3 in an Anaconda Cloud environment. Conda 3.7+ repositories are supported (as are a number of H2O-3 versions). See Anaconda's `official H2O-3 package <https://anaconda.org/h2oai/h2o/files>`__ to view a list of all available H2O-3 versions. You can refer to the `Install on Anaconda Cloud <../downloading.html#install-on-anaconda-cloud>`__ section for information about installing H2O-3 in an Anaconda Cloud.

h2o-docs/src/product/welcome.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ At a minimum, we recommend the following for compatibility with H2O-3:
6565
- **Languages**: R and Python are not required to use H2O-3 unless you want to use H2O in those environments, but Java is always required (see `below <http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__).
6666

6767
- R version 3 or later
68-
- Python 3.6.x, 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x
68+
- Python 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x
6969

7070
- **Browser**: An internet browser is required to use H2O-3's web UI, Flow. Supported versions include the latest version of Chrome, Firefox, Safari, or Internet Explorer.
7171
- **numpy**: H2O-3 only supports ``numpy<2``. To work around having ``numpy2`` installed, run the following command:
@@ -94,7 +94,7 @@ H2O-3 supports the following versions of Java:
9494
- **Languages**: R and Python are not required to use H2O-3 (unless you want to use H2O-3 in those environments), but Java is always required (see `Java requirements <http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__).
9595

9696
- R version 3+
97-
- Python 3.6.x, 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x
97+
- Python 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x
9898

9999
- **Browser**: An internet browser is required to use H2O-3's web UI, Flow.
100100

h2o-py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites:
44

5-
- Python 3.6.x, 3.7.x, 3.8.x, 3.9.x or 3.10.x
5+
- Python 3.7.x, 3.8.x, 3.9.x, 3.10.x or 3.11.x
66
- Numpy 1.9.2 or greater
77

88
This module depends on **requests**, **tabulate**, and **scikit-learn** modules, all of which are available on pypi:

0 commit comments

Comments
 (0)