mne-tools / mne-installers

Installers for MNE-Python.
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

ENH: Track outdated allows in recipe #289

Closed larsoner closed 3 months ago

larsoner commented 3 months ago

I never liked having to modify test_outdated.py and construct.yaml when something is incompatible. This PR allows us just to update construct.yaml by marking in that file if something is out of date with an allow_outdated comment. So now changes and updates to dependencies can hopefully all occur in construct.yaml rather than being split across two files.