diff --git a/requirements_dev.txt b/requirements_dev.txt index db4a7c16..a3cdd674 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ Click>=7.0 cocotb==1.8.0 cookiecutter coverage -cython==0.29.21 +cython==3.0.5 femwell==0.1.8 flake8 kfactory[git,ipy]==0.7.5 diff --git a/setup.py b/setup.py index 23fbc704..1983f67b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ requirements = [ # "amaranth", # Until they sort out their packaging issue, this dependency has to be installed separately. . "amaranth-yosys==0.25.0.0.post75", - "cython==0.29.21", + "cython==3.0.5", "jupytext==1.15.0", "Click>=7.0", "cocotb==1.8.0",