feat: unpin hypothesis (#10306)

This commit is contained in:
wozeparrot
2025-05-14 14:26:28 -07:00
committed by GitHub
parent b52452d69f
commit 2df2ec6640

View File

@@ -12,7 +12,7 @@ testing_minimal = [
"torch",
"pytest",
"pytest-xdist",
"hypothesis==6.131.0",
"hypothesis",
"z3-solver",
"ml_dtypes"
]