Skip to content

problem with specific version of numpy #5

Description

@Petr-Hlavenka

Setup.py specifies exact version of numpy.

'numpy==1.19.5'

is there a strong reason why? It causes problems with the conflict resolution and cannot be installed on python 3.10+ because that is not compatible with the numpy-1.19.5 at all.

Can we have instead this boundary?

'numpy>=1.19.5'

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