mne-tools / mne-installers

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

Add some mechanism to test at build time whether we're packing outdated packages #130

Closed hoechenberger closed 2 years ago

hoechenberger commented 2 years ago

Since we're using quite a bit of version pinning, it would be good to at least get a reminder about available package updates before we cut new releases.

A way to query is by using

mamba repoquery search --no-installed --json ...

The returned JSON object lists the available releases in descending order

larsoner commented 2 years ago

I think we have this now