Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4945f05 commit 4dd46acCopy full SHA for 4dd46ac
.github/workflows/cibuildwheel.yml
@@ -37,6 +37,11 @@ jobs:
37
env:
38
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
39
MACOSX_DEPLOYMENT_TARGET: "10.12"
40
+ CIBW_BEFORE_BUILD_WINDOWS: >-
41
+ pip install certifi delvewheel oldest-supported-numpy &&
42
+ git clean -fxd build
43
+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
44
+ delvewheel repair -w {dest_dir} {wheel}
45
strategy:
46
matrix:
47
os: [ubuntu-20.04, windows-latest, macos-11]
doc/api/next_api_changes/development/24724-ES.rst
@@ -0,0 +1,5 @@
1
+Windows wheel runtime bundling
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+Wheels built for Windows now bundle the MSVC runtime DLL ``msvcp140.dll``. This
5
+enables importing Matplotlib on systems that do not have the runtime installed.
0 commit comments