From a5a0d4aa24d2714fa27ad25a46c508a7f4805489 Mon Sep 17 00:00:00 2001 From: Boyuan Chen Date: Wed, 19 Jul 2023 17:16:07 -0400 Subject: [PATCH] update requirements.txt to require older version of cython --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 720b09da..6f985f96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # When updating these, you may need to also update pyproject.toml glfw>=1.4.0 numpy>=1.11 -Cython>=0.27.2 +Cython>=0.27.2,<3 imageio>=2.1.2 cffi>=1.10 fasteners~=0.15