We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51144af commit 602dd90Copy full SHA for 602dd90
pyproject.toml
@@ -42,7 +42,7 @@ before-all = "git clone https://github.com/Chia-Network/mpir_gc_x64.git"
42
environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"}
43
repair-wheel-command = """
44
ls -l mpir_gc_x64 && pip uninstall -y delocate \
45
-&& pip install --upgrade 'setuptools<69' \
+&& pip install --force-reinstall setuptools==68.2.2 \
46
&& pip install git+https://github.com/Chia-Network/delocate.git \
47
&& delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \
48
&& delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \
0 commit comments