Skip to content

Commit

Permalink
ht/numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-tillman committed Oct 23, 2024
1 parent d0899f8 commit 92c87a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions h2o-docs/src/product/welcome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ At a minimum, we recommend the following for compatibility with H2O:
- Python 3.6.x, 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x

- **Browser**: An internet browser is required to use H2O's web UI, Flow. Supported versions include the latest version of Chrome, Firefox, Safari, or Internet Explorer.
- **numpy**: H2O-3 only supports ``numpy<2``. To work around having ``numpy2`` installed, run the following command:

::

pip install --force-reinstall 'numpy<2'

Java Requirements
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 92c87a2

Please sign in to comment.