From 1d60bc4127ddfcbdb4f6ed1abcbce1c36499778e Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 9 Dec 2024 11:41:24 +0100 Subject: [PATCH] Relax cython pin --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1669e18..7de940c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ catalogue>=2.0.3,<2.1.0 # Development requirements -cython>=0.29.1,<0.30.0 +cython>=0.29.1 pytest>=4.6.5 pytest-timeout>=1.3.3 mock>=2.0.0,<3.0.0 diff --git a/setup.cfg b/setup.cfg index 9e9c843..350d943 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ zip_safe = true include_package_data = true python_requires = >=3.9,<3.14 setup_requires = - cython>=0.29.1,<0.30.0 + cython>=0.29.1 install_requires = catalogue>=2.0.3,<2.1.0