From c6952f44e579c8075e3b21e8038013b9cb0bfae7 Mon Sep 17 00:00:00 2001 From: Tim Trippel Date: Tue, 23 Apr 2024 16:05:26 -0700 Subject: [PATCH] [python] pin python package versions CI failures in the opentitan repo were manifesting due to package installation issues. This fixed the issues. Signed-off-by: Tim Trippel --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 306d460..4102690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ # Licensed under the Apache License, Version 2.0, see LICENSE for details. # SPDX-License-Identifier: Apache-2.0 -hjson -tabulate -yapf - +hjson==3.1.0 +tabulate==0.8.10 +yapf==0.32.0