mne-tools / mne-bids-pipeline

Automatically process entire electrophysiological datasets using MNE-Python.
https://mne.tools/mne-bids-pipeline/
BSD 3-Clause "New" or "Revised" License
133 stars 65 forks source link

[pre-commit.ci] pre-commit autoupdate #959

Closed pre-commit-ci[bot] closed 2 weeks ago

pre-commit-ci[bot] commented 2 weeks ago

updates:

hoechenberger commented 2 weeks ago

@larsoner Tests seem to be failing because our pinned bokeh is not compatible with the latest numpy. However, the Dask dashboard used to required this (outdated) version of bokeh. Not sure how to best proceed here

larsoner commented 2 weeks ago

I'm going to remove the pin under the assumption that the upstream package (dask distributed) has solved the issues or taken care of their own pinning.

larsoner commented 2 weeks ago

(and locally I have Bokeh 3.5 and dask 2024.5.1 and things seem okay so I'm optimistic it might work)