Skip to content

Commit

Permalink
Add msvc runtime to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Nov 15, 2023
1 parent bce4562 commit 8605b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 8605b97

Please sign in to comment.