Skip to content

Commit

Permalink
allow for even larger packages on CUDA 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 13, 2024
1 parent 29d6cf6 commit a738389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ select = [
]

# detect when package size grows significantly
max_allowed_size_compressed = '1.4G'
max_allowed_size_compressed = '1.5G'
2 changes: 1 addition & 1 deletion python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ select = [
]

# detect when package size grows significantly
max_allowed_size_compressed = '1.2G'
max_allowed_size_compressed = '1.5G'

0 comments on commit a738389

Please sign in to comment.