From 7d1f14bae707068619572dba6371cc4455539cde Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 1 Aug 2020 11:53:16 -0700 Subject: [PATCH] Add back upper bound on `splitmix` since we cannot upgrade it yet due to #5566; --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8114de6f..abc970f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4701,7 +4701,7 @@ packages: - special-values - splice - split - - splitmix + - splitmix < 0.1 # Broken due to upper bound on QuickCheck, #5566 - sql-words - stateref - statistics