You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin OpenTimelineIO to specific commit in python build (#910)
This pins the OTIO python module to a specific commit since the latest
commit doesn't work with the compiled python interpreter.
---------
Signed-off-by: Jimmy Christensen <[email protected]>
Copy file name to clipboardExpand all lines: src/build/requirements.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
pip# License: MIT License (MIT)
4
4
setuptools# License: MIT License
5
5
# We need to use the main branch of the OTIO Github repo since the latest release available as a Pypi package is missing some features we need for Live Review
0 commit comments