Skip to content

Commit

Permalink
Update setup.cfg so psychtoolbox == 3.0.16
Browse files Browse the repository at this point in the history
Latest release of psychtoolbox causes a wrong argument type error. Using 3.0.16 works for now.
  • Loading branch information
isolver committed Mar 20, 2021
1 parent 49cf52e commit 937beb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install_requires =
freetype-py
python-vlc
jedi >= 0.16
psychtoolbox; platform_system == "Windows"
psychtoolbox == 3.0.16; platform_system == "Windows"
# Platform-specific dependencies.
javascripthon; python_version >= "3.5"
pyglet >= 1.5; platform_system == "Darwin"
Expand Down

0 comments on commit 937beb6

Please sign in to comment.