-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MAINT, TST: Bump versions, ignore mne dep warning in tests - Brings our min versions in line with MNE - Sets min version of mne_bids to latet ( 0.14), necessary because they just had to change their API to be in line with a change in MNE. * DOC: fix typo
- Loading branch information
1 parent
c84108c
commit b30a67c
Showing
5 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
numpy>=1.16.2 | ||
numpy>=1.21.2 | ||
EDFlib-Python | ||
mne>=1.3 | ||
mne_bids | ||
mne>=1.5 | ||
mne_bids>=0.14 | ||
pandas | ||
xarray | ||
scipy>=1.2.1 | ||
scipy>=1.7.1 | ||
mne_icalabel>=0.5.0 | ||
pyyaml | ||
scikit-learn |