From 7cbafb2ef1a5f43ce2b78c9b1d521b5afe234282 Mon Sep 17 00:00:00 2001 From: chenyu Date: Fri, 2 Jan 2026 21:01:57 -0500 Subject: [PATCH] update hypothesis min version (#13983) there was a local_constants perf regression that made hypothesis related tests slow --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed2f48639b..f8b3d952aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ testing_minimal = [ "pytest-xdist", "pytest-timeout", "pytest-split", - "hypothesis", + "hypothesis>=6.148.9", "z3-solver", ] testing_unit = ["tinygrad[testing_minimal]", "tqdm", "safetensors", "tabulate", "openai"]