Fix minor issues in CONTRIBUTING.md#881
Conversation
7f1e5eb to
17b6be8
Compare
* Modify CLA hyperlink to point to the right URL
* Update 'pip install' commands to support dependency groups
usage in pyproject.toml
> test-cu12 and test-cu13 were moved from 'optional-dependencies'
section to 'dependency-groups' section
* Explicitly pin cuda-bindings dependency in test-cu12 and test-cu13
dependency groups
17b6be8 to
b690a3e
Compare
|
Also found issue with trying to install test dependencies using CUDA 12.x; cuda-bindings needs to be pinned in pyproject.toml as well. |
|
/ok to test |
|
While running tests for the It appears to be something others have encountered: numba/numba#10353. After reading, I noticed that in my pip environment that was generated from I suppose this shouldn't be a surprise because it's listed as an optional dependency in pyproject.toml, I'm wondering whether the command in this PR needs to be updated further to look like this |
Fixes #880
Modify the CLA hyperlink to point to the right URL
Update 'pip install' commands to support dependency groups usage in pyproject.toml