Skip to content

Allow Numpy 2.x in Dependencies #66

@jordanfranssen

Description

@jordanfranssen

The current dependency for numpy is listed as "^1.26.4" which implies numpy 2.x is not supported. Is that a real requirement or could this dependency be opened up to >=1.26.4?

I have a project I'm attempting to use this package on that has other packages requiring numpy 2.x, and this is causing a conflict. After a brief look through the source code, it seems like it would function just fine with modern numpy. The only location where I found numpy in use was opendis/RangeCoordinates.py.

Linking the poetry dependency specification: https://python-poetry.org/docs/dependency-specification/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions