update hypothesis min version (#13983)

there was a local_constants perf regression that made hypothesis related tests slow
This commit is contained in:
chenyu
2026-01-02 21:01:57 -05:00
committed by GitHub
parent 9dc524536f
commit 7cbafb2ef1

View File

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