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).
Core dependencies in
README.rstare out of date withpyproject.toml, and have been since end of Jan. E.g.,scipy >= 1.11is listed in the readme, but this hasn't been the case since #13611.There is a pre-commit hook
dependency-syncthat 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-filefor updatingenvironment.ymlgets run whenever dependencies get updated through thespec_zeroaction, butdependeny-syncjust passes (i.e., nothing to update; https://github.com/mne-tools/mne-python/actions/runs/24017316599/job/70039144843#step:10:110).