Skip to content

Commit

Permalink
Update the psychopy version in requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-MEIJIE committed Jun 6, 2024
1 parent af02540 commit ed17664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pylsl
# pip install psychopy failed on mac[py37, py38], due to wxpython build problem
wxPython==4.1.1; sys_platform == 'darwin' and python_version <= '3.8'
pyglet==1.5.27; sys_platform == 'darwin' and python_version <= '3.8'
psychopy
psychopy == 2022.1.4
mne-bids

Sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
sys_platform == \'darwin\' and python_version <= \'3.8\'',
'pyglet==1.5.27; \
sys_platform == \'darwin\' and python_version <= \'3.8\'',
'psychopy == 2020.1.4'
'psychopy'
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ed17664

Please sign in to comment.