Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Dependency differences between Conda & wheel #571

Open

Description

In the Conda recipe, these dependencies are listed

run:
- cupy >=12.0.0
- numba >=0.49.0
- numpy >=1.19,<1.24
- python
- scipy >=1.6.0

However the wheel only lists one of those

INSTALL_REQUIRES = ["numba"]

Should these be synced to have the same lists?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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