Skip to content

Commit

Permalink
ENH: Add mne-faster back (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 17, 2024
1 parent 472071a commit f9c050a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/mne-python/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ specs:
- mne-bids-pipeline =1.8.0
- mne-qt-browser =0.6.3
- mne-connectivity =0.7.0
# - mne-faster =1.1.0 # Not 1.7.1-compatible
- mne-faster =1.2
- mne-nirs =0.6.0
- mne-features =0.3
- mne-rsa =0.9.1
Expand Down
2 changes: 1 addition & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def check_min_version(package, min_version):
check_min_version(mne_bids_pipeline, "1.2")
import mne_connectivity

# import mne_faster
import mne_faster
import mne_nirs
import mne_qt_browser

Expand Down

0 comments on commit f9c050a

Please sign in to comment.