From 2a6285a16ba45a4420d715e0edd1da82c25d04eb Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 14:55:23 -0600 Subject: [PATCH] document updated minimum version requirements for ROCm and python Signed-off-by: Karl W Schulz --- src/docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/installation.md b/src/docs/installation.md index caf3e5cd23..4c8bb2365c 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -27,9 +27,9 @@ Determine what you need to install based on how you would like to interact with Omniperf client-side requires the following basic software dependencies prior to usage: -* Python (>=3.7) +* Python (>=3.8) * CMake (>= 3.19) -* ROCm (>= 5.2.0) +* ROCm (>= 5.7.1) In addition, Omniperf leverages a number of Python packages that are documented in the top-level `requirements.txt` file. These must be