From 98dea3e876ecd690aabd21fc67d55ae5a9f3156d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 31 Aug 2023 00:52:36 +0200 Subject: requirements: remove cython restrictions --- pyproject.toml | 2 +- requirements.d/development.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e6b1b456..74a6bc861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "pkgconfig", "Cython<3", "setuptools_scm>=1.7"] +requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"] build-backend = "setuptools.build_meta" diff --git a/requirements.d/development.txt b/requirements.d/development.txt index 129331fbf..a8da71dcf 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -8,7 +8,7 @@ pytest pytest-xdist pytest-cov pytest-benchmark -Cython <3 +Cython twine python-dateutil pre-commit -- cgit v1.2.3