mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-05 05:04:27 -05:00
update hypothesis min version (#13983)
there was a local_constants perf regression that made hypothesis related tests slow
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user