From d4bfb95892dbee2d422d9240542b3e1375e57673 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 2 Jul 2026 09:49:22 -0800 Subject: [PATCH] Add bound for `dataframe-learn` and disable `dataframe` revisions for #8088 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1db1bac8..3b6f2db6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7895,10 +7895,7 @@ packages: - hasql-dynamic-statements < 0.5.1.1 # https://github.com/commercialhaskell/stackage/issues/8088 - - dataframe < 3.4 - - dataframe-core < 2.3 - - dataframe-learn < 2.3 - - dataframe-operations < 2.3 + - dataframe-learn < 2.4 # end of Stackage upper bounds # end of packages @@ -9435,7 +9432,8 @@ hide: # This always use the cabal file shipped with the sdist tarball instead of the latest revision. # # This only supports pinning to the initial release (revision 0), not to an arbitrary revision. -no-revisions: [] +no-revisions: +- dataframe # https://github.com/commercialhaskell/stackage/issues/8088 # Note, this no longer actually does anything with curator2 unfortunately: # Do not build these packages in parallel with others. Useful for high memory