Skip to content

README dependencies not in sync with pyproject.toml #13830

@tsbinns

Description

@tsbinns

Core dependencies in README.rst are out of date with pyproject.toml, and have been since end of Jan. E.g., scipy >= 1.11 is listed in the readme, but this hasn't been the case since #13611.

There is a pre-commit hook dependency-sync that handles this, but seems like it hasn't been run. Is now causing checks to fail in Azure. Would be interested to know why this wasn't raising an error before. If you run the hook the readme dependencies do get updated as expected, so nothing's broken with the script being called.

The similar pre-commit hook update-env-file for updating environment.yml gets run whenever dependencies get updated through the spec_zero action, but dependeny-sync just passes (i.e., nothing to update; https://github.com/mne-tools/mne-python/actions/runs/24017316599/job/70039144843#step:10:110).

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