Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 17, 2024
1 parent 378a186 commit 24b80d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mne_connectivity/decoding/decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# License: BSD (3-clause)


from sklearn.base import TransformerMixin

import numpy as np
from mne import Info
from mne._fiff.pick import pick_info
Expand All @@ -16,6 +14,7 @@
from mne.time_frequency import csd_array_fourier, csd_array_morlet, csd_array_multitaper
from mne.utils import _check_option, _validate_type
from mne.viz.utils import plt_show
from sklearn.base import TransformerMixin

from ..spectral.epochs_multivariate import (
_CaCohEst,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies = [
'netCDF4 >= 1.6.5',
'numpy >= 1.21',
'pandas >= 1.3.2',
'scikit-learn >= 1.2',
'scipy >= 1.4.0',
'tqdm',
'xarray >= 2023.11.0',
'scikit-learn >= 1.2'
]
description = 'mne-connectivity: A module for connectivity data analysis with MNE.'
dynamic = ["version"]
Expand Down

0 comments on commit 24b80d5

Please sign in to comment.