Skip to content

Commit 1aed4d5

Browse files
stefanschulzeStefan Schulze
andauthored
Update pyaaf2 pin to 1.4.0 (#738)
update pyaaf2 pin to use 1.4.0 (latest pyaaf2 release). This contains some important fixes (like understanding the pulldown AAF object) required for some upcoming AAF Reader changes. Co-authored-by: Stefan Schulze <[email protected]>
1 parent c04f333 commit 1aed4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def test_otio():
418418

419419
install_requires=(
420420
[
421-
'pyaaf2==1.2.0',
421+
'pyaaf2==1.4.0',
422422
]
423423
),
424424
entry_points={

0 commit comments

Comments
 (0)