Skip to content

Commit

Permalink
Add wfdb (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent 7bfa72d commit b2ab87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ specs:
- mne-kit-gui =1.3.0
- autoreject =0.4.3
- antio =0.5.0
- wfdb =4.1.2
- meegkit =0.1.7
- eeg_positions =2.1.2
# MRI
Expand Down Expand Up @@ -187,13 +188,13 @@ specs:
- pytest-timeout =2.3.1
- pre-commit =4.1.0
- ruff =0.9.2
- uv =0.5.21
- uv =0.5.21 # allow_outdated, windows bild problems
- check-manifest =0.50
- codespell =2.3.0
- codespell =2.4.0
- py-spy =0.4.0
- line_profiler =4.1.3
- memory_profiler =0.61.0
- twine =6.0.1
- twine =6.1.0
- hatchling =1.27.0
- hatch-vcs =0.4.0
- mypy =1.14.1
Expand All @@ -204,7 +205,7 @@ specs:
- pydata-sphinx-theme =0.16.1
- graphviz =12.0.0
- python-graphviz =0.20.3
- selenium =4.27.1
- selenium =4.28.0
- sphinx =8.1.3
- sphinx-design =0.6.1
- sphinx-gallery =0.18.0
Expand Down
1 change: 1 addition & 0 deletions tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def check_min_version(package, min_version):
import mne_lsl
import mne_icalabel
import autoreject
import wfdb
import meegkit
import eeg_positions
import pyriemann
Expand Down

0 comments on commit b2ab87b

Please sign in to comment.