From 42989faa9299b3df2a868f8d704e1b9daa5a634b Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 13 Nov 2024 10:15:41 -0600 Subject: [PATCH] some CUDA 11 wheels can be 1.3G (because no CUDA math lib wheels) --- 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 6af32e31dd..6561a0dbb6 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 = '1.2G' +max_allowed_size_compressed = '1.5G' [tool.pytest.ini_options] markers = [