From 2df2ec66408d247018172e921d66d193e6677519 Mon Sep 17 00:00:00 2001 From: wozeparrot Date: Wed, 14 May 2025 14:26:28 -0700 Subject: [PATCH] feat: unpin hypothesis (#10306) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2a8215a09..40ca109612 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ testing_minimal = [ "torch", "pytest", "pytest-xdist", - "hypothesis==6.131.0", + "hypothesis", "z3-solver", "ml_dtypes" ]