From 2a6a0355acf02a2da674f1fea120bf2968f8ec30 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 5 Nov 2025 12:32:13 -0800 Subject: [PATCH] No uv for us please --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 355b61edf..f1e05590c 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ VERIFIC_LINEFILE_INCLUDES_LOOPS := 1 # python wrappers ENABLE_PYOSYS := 1 -PYOSYS_USE_UV := 1 +PYOSYS_USE_UV := 0 # other configuration flags ENABLE_GCOV := 0