From aa311d023dbe9f8619a611457fdfbeaa49142d34 Mon Sep 17 00:00:00 2001 From: eddieh-xlnx Date: Sun, 26 Nov 2023 12:11:59 -0800 Subject: [PATCH] pip to install pre-release for pycapnp 2.0.0b2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20b4710..0f8e310 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ compile-java: .PHONY: install-python-deps install-python-deps: - pip install -q -r requirements.txt + pip install -q -r requirements.txt --pre # Download and unpack all benchmarks .PHONY: download-benchmarks