From 228571fecd30e2d603eb50d82811c42de4396d0c Mon Sep 17 00:00:00 2001 From: cbespin Date: Thu, 28 May 2026 15:45:08 +0200 Subject: [PATCH] Fix redundant dependencies that might break builds --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 132acbca..d05e1e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,10 +27,6 @@ dependencies = [ "GitPython", "six", "ruamel.yaml", - "cocotb>=2.0.1", - "cocotb-bus>=0.3.0", - "pytest>=9.0.3", - "cocotb-test>=0.2.6", ] [project.urls]