From 60bbe659997ed0318e472f2cfe09f57ab48e3a68 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 13 Nov 2024 09:48:42 -0600 Subject: [PATCH] arm64 packages are around 1.1GB --- python/cuml/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cuml/pyproject.toml b/python/cuml/pyproject.toml index c15a89171d..6af32e31dd 100644 --- a/python/cuml/pyproject.toml +++ b/python/cuml/pyproject.toml @@ -25,7 +25,7 @@ select = [ ] # detect when package size grows significantly -max_allowed_size_compressed = '675M' +max_allowed_size_compressed = '1.2G' [tool.pytest.ini_options] markers = [