From a2e4a5d4f8918791570d334f091f9df41c1649be Mon Sep 17 00:00:00 2001 From: Marek Date: Wed, 15 Nov 2023 19:01:06 +0100 Subject: [PATCH] update cocotb version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63896ec..f79ca31 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read_file(fname): author='Marek Cieplucha', author_email='', packages=find_packages(), - install_requires= ['cocotb ~= 1.5', 'python-constraint', 'pyyaml'], + install_requires= ['cocotb ~= 1.8', 'python-constraint', 'pyyaml'], python_requires=">=3.3", platforms='any', classifiers=[