Use SPDX license identifiers in pyproject.toml, remove setup.py, bump build dependency floors#752
Merged
rapids-bot[bot] merged 6 commits intorapidsai:mainfrom Jan 2, 2026
Merged
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
29 tasks
setup.py, bump build dependency floors
Member
Author
|
/ok to test |
Member
Author
|
The |
setup.py, bump build dependency floorssetup.py, bump build dependency floors
jameslamb
commented
Dec 31, 2025
| "notebooks.*", | ||
| "tests", | ||
| "tests.*", | ||
| ] |
Member
Author
There was a problem hiding this comment.
I think this is working. The count of files and total size is matching what I see on main.
checking '/tmp/wheelhouse/cuxfilter_cu12-26.2.0a14-py3-none-manylinux_2_28_aarch64.manylinux_2_28_x86_64.whl'
----- package inspection summary -----
file size
* compressed size: 89.006K
* uncompressed size: 0.283M
* compression space saving: 69.3%
contents
* directories: 0
* files: 66 (0 compiled)
size by extension
* .py - 0.253M (89.4%)
* no-extension - 30.564K (10.6%)
* .txt - 10.0B (0.0%)
largest files
* (19.426K) cuxfilter/charts/datashader/custom_extensions/holoviews_datashader.py
* (19.172K) cuxfilter/dashboard.py
* (18.585K) cuxfilter/charts/panel_widgets/plots.py
* (17.256K) cuxfilter/charts/datashader/datashader.py
* (14.774K) cuxfilter/charts/core/non_aggregate/core_graph.py
------------ check results -----------
errors found while checking: 0
Checked by building locally as well.
pushd ./python
pip wheel --no-deps -v .
unzip -l ./cuxfilter*.whl
bdice
approved these changes
Dec 31, 2025
AjayThorve
approved these changes
Jan 2, 2026
Member
Author
|
/merge |
98a3dae to
9a6aa18
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to rapidsai/build-planning#152
Proposes the following changes, to prevent builds breaking when Python build backends
start to require configuration consistent with PEP 639 (link):
[project].license[tool.setuptools].license-filesto[project].license-filesLicense ::trove classifierssetuptools>=77.0.0and / orscikit-build-core>=0.11.0)As part of this, also moves all remaining configuration out of
setup.pyand intopyproject.tomlso this project won't be broken ifsetuptoolseventually removes PEP 517 (link) support.setup.pypyproject.tomlCONTRIBUTING.mdto stop recommendingpython setup.py install