From 64dfc81e480f71ef0c80756af3e5e67ee18d3192 Mon Sep 17 00:00:00 2001 From: Jayoung Ryu Date: Wed, 19 Jun 2024 12:34:15 -0400 Subject: [PATCH] allow other versions of Cython? --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 69c2607..6d1570d 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==2.0.0 -Cython==3.0.10 +numpy +Cython>=0.29.21 pandas scipy perturb-tools>=0.2.5