From 0e839edec213a01413d17bfc17869ce93b3b2361 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 27 Sep 2024 12:09:48 +0300 Subject: [PATCH] chore: upgrade cocotb to 1.9.1 cocotb==1.8.1 fails building on macOS ARM-based systems (TinyTapeout/tt-support-tools#69) --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 3c2430f4..e013f54e 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,2 +1,2 @@ pytest==8.2.2 -cocotb==1.8.1 +cocotb==1.9.1