Skip to content

Commit e9da8e0

Browse files
committed
PKG: testing adding AVFountation to mac standalone
1 parent 1e706e3 commit e9da8e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

psychopy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import os
1313
import sys
1414

15-
__version__ = '2022.2.0'
15+
__version__ = '2022.2.0a8'
1616
__license__ = 'GNU GPLv3 (or more recent equivalent)'
1717
__author__ = 'Open Science Tools Ltd'
1818
__author_email__ = '[email protected]'

setupApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def dyld_find(name, loader=None, **kwargs):
7979
'pyglet', 'pytz', 'OpenGL', 'glfw',
8080
'scipy', 'matplotlib', 'openpyxl', 'pandas',
8181
'xml', 'xmlschema', 'elementpath',
82-
'ffpyplayer', 'cython',
82+
'ffpyplayer', 'cython', 'AVFoundation',
8383
'moviepy', 'imageio', 'imageio_ffmpeg',
8484
'_sounddevice_data', '_soundfile_data',
8585
'cffi', 'pycparser',

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.2.0
1+
2022.2.0a8

0 commit comments

Comments
 (0)