-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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
Labels
No labels