From a7d66f9aa7b5d61fa6ead7ac3ac4348dec9f5c93 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Mon, 14 Mar 2022 18:18:57 -0400 Subject: [PATCH] Remove Cython as a build dependency (#7777) This follows up on #7702, which removed the last of the Cython code. The current change was was presumably intended to be part of that PR, I think, based on the release note added there: > Cython is no longer a build dependency of Qiskit Terra and is no > longer required to be installed when building Qiskit Terra from > source. --- pyproject.toml | 2 +- requirements-dev.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2787bc5edfa..9282c3b8c8d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["Cython>=0.27.1", "setuptools", "wheel", "setuptools-rust"] +requires = ["setuptools", "wheel", "setuptools-rust"] build-backend = "setuptools.build_meta" [tool.black] diff --git a/requirements-dev.txt b/requirements-dev.txt index a83d45b91736..5e5af0f282e8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,6 @@ pylint==2.8.3 stestr>=2.0.0 PyGithub wheel -cython>=0.27.1 pylatexenc>=1.4 ddt>=1.2.0,!=1.4.0,!=1.4.3 seaborn>=0.9.0