From 9038a733725eeb54530111dfa7397348b0f7e172 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sat, 30 Nov 2024 21:28:34 -0400 Subject: [PATCH] chore: remove cython from requirements.txt (#464) This is fine since pyproject.yaml specifies it as a build dependency --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0c4054b..fe72a1a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ aiolimiter==1.0.0 async_lru_threadsafe==2.0.4 async_property==0.2.1 -Cython>=3.0.11 -typed_envs>=0.0.2 +typed_envs>=0.0.5 typing_extensions>=4.1.0 # typing_extensions.Unpack was introduced in 4.1.0