From f67870bed5ed635872ee0e8b927bbec55d122e54 Mon Sep 17 00:00:00 2001 From: Chang Sun Date: Fri, 5 Apr 2024 18:17:58 -0700 Subject: [PATCH] update rescription regarding tf version --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}