From 6503fbd5efb3d98fa58cd4228bd0eb70473cf98d Mon Sep 17 00:00:00 2001 From: gagolews Date: Thu, 22 Aug 2024 11:05:21 +0200 Subject: [PATCH] cibuildwheel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04c8ff2..a9258a1 100644 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ def build_extensions(self): install_requires=[ "numpy", "scipy", - "cython", + "Cython", # not: cython "matplotlib", "scikit-learn", ],