From 906b5c084146506e71685d2324566bd15dc25bec Mon Sep 17 00:00:00 2001 From: Daniel Dowler <12484302+dandawg@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:12:28 -0700 Subject: [PATCH] fix(backend): removed old version comment (#11549) Signed-off-by: Daniel Dowler <12484302+dandawg@users.noreply.github.com> --- backend/src/v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/v2/README.md b/backend/src/v2/README.md index fd98b9c2b52..89d04a9ca4f 100644 --- a/backend/src/v2/README.md +++ b/backend/src/v2/README.md @@ -56,7 +56,7 @@ it should have the following content: echo "GOARCH_VALUE="$(go env GOARCH) >> .env ``` -* Install sample test python dependencies (require Python 3.7 or 3.8 due to [ml-metadata limitation](https://github.com/google/ml-metadata/issues/139)): +* Install sample test python dependencies: ```bash cd test