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.
2 parents cbf625e + bd78393 commit 2c88a02Copy full SHA for 2c88a02
beta/setup_windows_dep.py
@@ -16,10 +16,10 @@
16
raise ImportError("pip install zstandard")
17
18
libs = {
19
- "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-13.2.0-3-any.pkg.tar.zst": [
+ "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-15.2.0-8-any.pkg.tar.zst": [
20
"mingw64/bin/libgcc_s_seh-1.dll", "mingw64/bin/libgomp-1.dll"
21
],
22
- "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-11.0.0.r551.g86a5e0f41-1-any.pkg.tar.zst": [
+ "https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-libwinpthread-git-12.0.0.r747.g1a99f8514-1-any.pkg.tar.zst": [
23
"mingw64/bin/libwinpthread-1.dll"
24
]
25
}
0 commit comments