Skip to content

Commit

Permalink
try removing pyobjc since keyboard module no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
pellet committed Jun 23, 2024
1 parent 326538a commit 66fd6ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ pyserial>=3.5
h5py>=3.1.0
pytest-shutil
pyo>=1.0.3; platform_system == "Linux"
#keyboard requires pyobjc, psychopy requires version less than 8, setting pyobjc to
# a specific version prevents dependency resolution deadlock.
pyobjc==7.3; sys_platform == 'darwin'
#Removed keyboard dependency due to using Carbon API not supported on Apple ARM64 chips,
#pynput is supported and under active development.
#keyboard==0.13.5
Expand All @@ -39,9 +36,6 @@ pyserial>=3.5
h5py>=3.1.0
pytest-shutil
pyo>=1.0.3; platform_system == "Linux"
#keyboard requires pyobjc, psychopy requires version less than 8, setting pyobjc to
# a specific version prevents dependency resolution deadlock.
pyobjc==7.3; sys_platform == 'darwin'
#Removed keyboard dependency due to using Carbon API not supported on Apple ARM64 chips,
#pynput is supported and under active development.
#keyboard==0.13.5
Expand All @@ -54,9 +48,6 @@ click

## ~~ Stimpres Requirements ~~

#keyboard requires pyobjc, psychopy requires version less than 8, setting pyobjc to
# a specific version prevents dependency resolution deadlock.
pyobjc==7.3; sys_platform == 'darwin'
#upgrade psychopy to use newer wxpython dependency which is prebuilt for m1 support.
psychopy==2023.2.2
# PTB does not yet support macOS ARM64, need to fallback to sounddevice.
Expand Down

0 comments on commit 66fd6ed

Please sign in to comment.