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"]