From 29d6cf6896ac48582727c20d64f49fe0c2b41c24 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 13 Nov 2024 10:52:47 -0600 Subject: [PATCH] cugraph and pylibcugraph can be larger on arm, CUDA 11 --- python/cugraph/pyproject.toml | 2 +- python/pylibcugraph/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/cugraph/pyproject.toml b/python/cugraph/pyproject.toml index 893c27c85a..7bff5a8ff8 100644 --- a/python/cugraph/pyproject.toml +++ b/python/cugraph/pyproject.toml @@ -95,4 +95,4 @@ select = [ ] # detect when package size grows significantly -max_allowed_size_compressed = '1.0G' +max_allowed_size_compressed = '1.4G' diff --git a/python/pylibcugraph/pyproject.toml b/python/pylibcugraph/pyproject.toml index d328a9afa9..e220afc96b 100644 --- a/python/pylibcugraph/pyproject.toml +++ b/python/pylibcugraph/pyproject.toml @@ -85,4 +85,4 @@ select = [ ] # detect when package size grows significantly -max_allowed_size_compressed = '1.0G' +max_allowed_size_compressed = '1.2G'