mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-06 21:53:53 -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-xdist",
|
||||||
"pytest-timeout",
|
"pytest-timeout",
|
||||||
"pytest-split",
|
"pytest-split",
|
||||||
"hypothesis",
|
"hypothesis>=6.148.9",
|
||||||
"z3-solver",
|
"z3-solver",
|
||||||
]
|
]
|
||||||
testing_unit = ["tinygrad[testing_minimal]", "tqdm", "safetensors", "tabulate", "openai"]
|
testing_unit = ["tinygrad[testing_minimal]", "tqdm", "safetensors", "tabulate", "openai"]
|
||||||
|
|||||||
Reference in New Issue
Block a user