Skip to content

[JOSS Review] im_cloudmodel/postprocessing-holodec.ipynb has pandas 3.0 incompatibility #8

Description

@mborland

ValueError: assignment destination is read-only at cell 24, d[~m] = 0, where d = df[yvarn].values. pandas 3.0 always enables Copy-on-Write (it can no longer be disabled), so .values is read-only. pandas is unpinned in both pyproject.toml:16 and environment.yml:6, so a fresh install today gets 3.0.5 and this breaks.

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