Skip to content

Commit

Permalink
make pport optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 3, 2024
1 parent 9a9a288 commit 4dee5d5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ dependencies = [
'numpy>=1.23',
'packaging',
'psutil',
'pyparallel; sys_platform == "linux"',
'pyserial',
'scipy',
'sounddevice',
]
Expand All @@ -53,6 +51,7 @@ all = [
'stimuli[build]',
'stimuli[doc]',
'stimuli[lsl]',
'stimuli[pport]',
'stimuli[style]',
'stimuli[test]',
]
Expand All @@ -79,6 +78,11 @@ full = [
lsl = [
'mne_lsl>=1.5.0',
]
pport = [
'pyserial',
'pyparallel; sys_platform == "linux"',

]
style = [
'bibclean',
'codespell[toml]>=2.2.4',
Expand All @@ -92,6 +96,7 @@ test = [
'pytest-timeout',
'pytest>=8.0.0',
'stimuli[lsl]',
'stimuli[pport]',
]

[project.scripts]
Expand Down

0 comments on commit 4dee5d5

Please sign in to comment.