Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
smathot committed Nov 11, 2022
1 parent 294f39b commit 430381e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.11.0'
__version__ = '0.11.1'
logger = logging.getLogger('eeg_eyetracking_parser')
logger.info(f'eeg_eyetracking_parser {__version__}')
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ dependencies = [
"mne",
"autoreject",
"h5io",
"braindecode"
"braindecode",
"python-picard",
"json_tricks"
]
requires-python = ">=3.5"
dynamic = ["version", "description"]
Expand Down
7 changes: 5 additions & 2 deletions readme-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,13 @@ pip install eeg_eyetracking_parser

## Dependencies

- mne-python
- eyelinkparser
- python-eyelinkparser
- mne
- autoreject
- h5io
- braindecode
- python-picard
- json_tricks


## Assumptions
Expand Down

0 comments on commit 430381e

Please sign in to comment.