Conversation
|
Okay failure in |
|
Okay looking here: it looks like we have two things to fix (at least)
I'll try to push some commits for this... |
|
Oh... we have no code for automatically updating |
This would be addressed in #13490 when it lands, but is still a WIP |
|
In the meantime this should be good for review @drammock , I'll fix CIs shortly but the main ideas are in here! |
| ) | ||
| for key in opt_dependencies: | ||
| opt_dependencies[key] = update_specifiers(opt_dependencies[key], package_releases) | ||
| pyproject_data["project"]["dependencies"] = core_dependencies |
There was a problem hiding this comment.
@tsbinns the old code both updated inplace and set vars, which is unnecessary (and led to some confusion where I assumed things were not updated inplace because the vars were set). I've changed it just to operate inplace where possible.
|
@tsbinns actually I think this would be a good one for you to review + merge if you're happy! |
|
@larsoner Sure, I'll have a look! |
* upstream/main: MAINT: Work around pandas deprecation (mne-tools#13632) FIX: Handle empty landmarkLabels in read_raw_snirf (mne-tools#13628) Implement the MEF3 support (mne-tools#13610) BUG: Fix bug with somato dataset paths (mne-tools#13630) DOC: Move mne-kit-gui (mne-tools#13629) fix team name for inactivity tool [ci skip] (mne-tools#13626) MAINT: Update dependency specifiers (mne-tools#13625) MAINT: Update dependency specifiers (mne-tools#13611)
Created by spec_zero GitHub action.
fix generation ofMake a note thattools/environment_old.ymltools/environment_old.ymlmight need updating, since it'll probably be reworked in use a lockfile for "old" CI job #13490 anywaymne/fixes.pyin this or another PR.git grep TODO VERSIONis a good starting point for finding potential updates (esp.sklearn1.4+)doc/changes/dev/dependency.rstas part of action