Skip to content

xarray dependency requirement for python >=3.10 should be ">=2025.03" #317

Description

@phackstock

The current requirement for xarray is as follows:

scmdata/pyproject.toml

Lines 42 to 45 in edf9b62

xarray = [
{ version = "*", python = ">=3.10" },
{ version = "<=2025.03", python = ">=3.9,<3.10" },
]

for python versions 3.10 and later the requirement should be xarray >= 2025.03

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions