diff --git a/requirements_dev.txt b/requirements_dev.txt index f15ba550..1fd36651 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ bump2version Click cocotb coverage -cython==0.29.21 +cython==3.0.2 femwell flake8 gdsfactory==7.3.0 diff --git a/setup.py b/setup.py index e6e679ac..ea7cc7e3 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.2", "jupytext==1.15.0", "Click>=7.0", "cocotb==1.8.0",