From 8605b974cfa2bc73a0c1b1643e387c99e797570d Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Wed, 15 Nov 2023 11:43:36 +0100 Subject: [PATCH] Add msvc runtime to pip --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5dea6de8..a25f91fd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ['setuptools', 'cython <3, >=0.21'] +requires = ['setuptools', 'cython <3, >=0.21', 'msvc-runtime'] build-backend = "setuptools.build_meta" [tool.cibuildwheel.linux]