From 75ed1d9b427ba244b52eb9ddefbd4a58234e0594 Mon Sep 17 00:00:00 2001 From: Pierre Schnizer Date: Tue, 14 Nov 2023 17:56:49 +0100 Subject: [PATCH] [FIX] cython-setuptools not required during build thus taking it out of the loop --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b77414..8ad1eb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ pandas protobuf >=3.18.3, ==3.* python-dateutil setuptools>=61.0.0 -cython-setuptools +# only once for building cysetuptools +# cython-setuptools