diff --git a/docs/install.md b/docs/install.md index 18ebe85..1cc807c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -11,7 +11,7 @@ The current varsion requires an **unmerged** version of hls4ml. Please install i ``` ```{warning} -HGQ v0.2 requires `tensorflow==2.13` and `python>=3.10`. Please make sure that you have the correct version of python and tensorflow installed. +HGQ v0.2 requires `tensorflow>=2.13,<2.16` (tested on 2.13 and 2.15; 2.16 untested but may work) and `python>=3.10`. Please make sure that you have the correct version of python and tensorflow installed. ``` ```{warning}