WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

cuda-core pinning is too tight #51

@leofang

Description

@leofang

The documentation suggests that any version above 0.3.2 would work:

* - cuda-core
-
- >=0.3.2
- >=0.3.2
- >=0.3.2
- >=0.3.2

But it is pinned too tightly in the dependency list:
"cuda-core >=0.3.2,<0.4",

and this causes problems for downstream users, developers, and our product managers to teach and use all Python projects together (example).

I suggest to loosen the upper bound to <1, following numba-cuda:
https://github.com/NVIDIA/numba-cuda/blob/358f3c4a38577d5bc61e5dbe228dddd3e8505d01/pyproject.toml#L29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions