Skip to content

update numpy dependency to >=2.0#358

Open
clausmichele wants to merge 4 commits intoOpen-EO:mainfrom
Eurac-Research-Institute-for-EO:numpy2
Open

update numpy dependency to >=2.0#358
clausmichele wants to merge 4 commits intoOpen-EO:mainfrom
Eurac-Research-Institute-for-EO:numpy2

Conversation

@clausmichele
Copy link
Member

This PR includes a specific reference to the updated parser supporting numpy 2.0 from here Open-EO/openeo-pg-parser-networkx#113

Once that PR gets merged, installing it from git can be removed from the pyproject.toml file.

pyarrow = ">=15.0.2"
openeo = ">=0.36.0"
numpy = { version = "<2.0.0", optional = false }
numpy = { version = ">=2.0.0", optional = false }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The functions used by this PR seem to exist in numpy 1.26 (https://numpy.org/doc/1.26/reference/generated/numpy.issubdtype.html for example), can the bound be lowered to >=1.26?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants