From 6d9ed8a2d21b11446097dbb2f54204d0cb5242f1 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 17:03:19 -0800 Subject: [PATCH] Specify min package versions --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c47bf07..c40f44a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = packages = find_namespace: python_requires = >=3.6 install_requires = - cocotb + cocotb >= 1.6.0 cocotb-bus [options.extras_require]