Skip to content

Commit 602dd90

Browse files
committed
again
1 parent 51144af commit 602dd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before-all = "git clone https://github.com/Chia-Network/mpir_gc_x64.git"
4242
environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"}
4343
repair-wheel-command = """
4444
ls -l mpir_gc_x64 && pip uninstall -y delocate \
45-
&& pip install --upgrade 'setuptools<69' \
45+
&& pip install --force-reinstall setuptools==68.2.2 \
4646
&& pip install git+https://github.com/Chia-Network/delocate.git \
4747
&& delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \
4848
&& delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \

0 commit comments

Comments
 (0)