From b9f820986c5384b6e28a34684b70d12e8915a76a Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 7 Mar 2024 23:46:27 -0500 Subject: [PATCH] blah --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e3a554a..1b1d0d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ before-all = "git clone https://github.com/Chia-Network/mpir_gc_x64.git" environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"} repair-wheel-command = """ ls -l mpir_gc_x64 && pip uninstall -y delocate \ +&& pip install wheel==0.37.1 \ && pip install --no-build-isolation git+https://github.com/Chia-Network/delocate.git@debug \ && delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \ && delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \