From b5ba332ecc8eb763724ddc13fff722a9638d5173 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 17:17:40 -0800 Subject: [PATCH] Specify min package versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4264473..82ffa6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,8 @@ classifiers = packages = find_namespace: python_requires = >=3.6 install_requires = - cocotb - cocotbext-axi + cocotb >= 1.6.0 + cocotbext-axi >= 0.1.16 [options.extras_require] test =