From f8673a379c7404b6b8a874f9d4103f38e566729d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 29 Aug 2023 16:09:08 +0200 Subject: [PATCH] require cython <3 for now also in requirements.d/development.txt. --- requirements.d/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.d/development.txt b/requirements.d/development.txt index a8da71dcf..129331fbf 100644 --- a/requirements.d/development.txt +++ b/requirements.d/development.txt @@ -8,7 +8,7 @@ pytest pytest-xdist pytest-cov pytest-benchmark -Cython +Cython <3 twine python-dateutil pre-commit