Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann committed Mar 28, 2024
1 parent fbb6cfc commit 03a3254
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 1 addition & 5 deletions meeglet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1rc6"
__version__ = "0.0.1rc7"
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/api/wavelets.ipynb.

# %% auto 0
Expand All @@ -25,10 +25,6 @@
import mne
from mne.datasets.testing import requires_testing_data

import pyriemann

import pytest

import matplotlib.pyplot as plt
import matplotlib as mpl

Expand Down
9 changes: 5 additions & 4 deletions nbs/api/wavelets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
"import mne\n",
"from mne.datasets.testing import requires_testing_data\n",
"\n",
"import pyriemann\n",
"\n",
"import pytest\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib as mpl"
]
Expand Down Expand Up @@ -1101,6 +1097,8 @@
"@requires_testing_data\n",
"def test_spectral_features():\n",
" \"Test spectral features instance interface.\"\n",
" import pytest\n",
" \n",
" fname = (\n",
" Path(mne.datasets.testing.data_path()) / \n",
" 'EDF' / \n",
Expand Down Expand Up @@ -1230,6 +1228,7 @@
"@requires_testing_data\n",
"def test_meg_eeg_data_handling():\n",
" \"Test handling of appropriate input data\"\n",
" import pytest\n",
"\n",
" fname = (Path(mne.datasets.testing.data_path()) / 'MEG' / 'sample' /\n",
" 'sample_audvis_trunc_raw.fif')\n",
Expand Down Expand Up @@ -1298,6 +1297,8 @@
"source": [
"def test_regularized_covariance():\n",
" \"Test spectral features array-interface against Matlab implementation.\"\n",
" import pyriemann\n",
"\n",
" matlab_results = get_matlab_results()\n",
"\n",
" raw = read_testing_data()\n",
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = neuro-meeglet
lib_name = meeglet
version = 0.0.1rc6
version = 0.0.1rc7
min_python = 3.9
license = apache2

Expand Down

0 comments on commit 03a3254

Please sign in to comment.