mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Global: Move PyOpenColorIO to vendor/python so that DCCs don't conflict with their own
This commit is contained in:
parent
ad1453576d
commit
facf4fdc65
2 changed files with 31 additions and 15 deletions
|
|
@ -71,7 +71,6 @@ pysftp = "^0.2.9"
|
|||
dropbox = "^11.20.0"
|
||||
aiohttp-middlewares = "^2.0.0"
|
||||
ayon-python-api = "^0.1"
|
||||
opencolorio = "^2.2.0"
|
||||
Unidecode = "^1.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
@ -131,6 +130,11 @@ version = "6.4.3"
|
|||
package = "PySide2"
|
||||
version = "5.15.2"
|
||||
|
||||
# DCC packages supply their own opencolorio, lets not interfere with theirs
|
||||
[openpype.opencolorio]
|
||||
package = "opencolorio"
|
||||
version = "2.2.1"
|
||||
|
||||
# TODO: we will need to handle different linux flavours here and
|
||||
# also different macos versions too.
|
||||
[openpype.thirdparty.ffmpeg.windows]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue