Skip to content

setup.py with exact version numbers for numba and numpy #12

@pmelchior

Description

@pmelchior

The setup script requires very specific versions for these two libraries. Is that necessary? I'm asking because this definition requires a downgrade of both libraries on my system, with are then incompatible with other libraries that need the newer versions.

Can you change https://github.com/dalmo1991/superflexPy/blob/f7b8c4360f14926029736e2be758c08498f45038/setup.py#L20C5-L20C57
to install_requires=["numba>=0.57.1", "numpy>=1.24.3"],?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions