Skip to content

Commit bc8e0ef

Browse files
[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 <ttrippel@google.com>
1 parent 18880b4 commit bc8e0ef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
hjson
6-
tabulate
7-
yapf
8-
5+
hjson==3.1.0
6+
tabulate==0.8.10
7+
yapf==0.32.0

0 commit comments

Comments
 (0)