Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
- From python-eyelinkparser to eyelinkparser
- From python-datamatrix to datamatrix
- Bump to 0.15.2
  • Loading branch information
smathot committed May 1, 2023
1 parent 298f727 commit ea9f0a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eeg_eyetracking_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
tfr_to_surface


__version__ = '0.15.1'
__version__ = '0.15.2'
logger = logging.getLogger('eeg_eyetracking_parser')
logger.info(f'eeg_eyetracking_parser {__version__}')
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
]
dependencies = [
"python-eyelinkparser",
"eyelinkparser",
"mne",
"autoreject",
"h5io",
Expand Down
4 changes: 2 additions & 2 deletions readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ pip install eeg_eyetracking_parser

## Dependencies

- python-datamatrix >= 1.0
- python-eyelinkparser
- datamatrix >= 1.0
- eyelinkparser
- mne
- autoreject
- h5io
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ pip install eeg_eyetracking_parser

## Dependencies

- python-datamatrix >= 1.0
- python-eyelinkparser
- datamatrix >= 1.0
- eyelinkparser
- mne
- autoreject
- h5io
Expand Down

0 comments on commit ea9f0a8

Please sign in to comment.