Skip to content

Commit

Permalink
Shrink wheel size limit following removal of vector search APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Nov 25, 2024
1 parent cd18e64 commit 1663ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ select = [
]

# detect when package size grows significantly
max_allowed_size_compressed = '825M'
max_allowed_size_compressed = '600M'

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 1663ec7

Please sign in to comment.