chore: Upgrade lyric version (#2229)

This commit is contained in:
Fangyin Cheng 2024-12-20 16:05:05 +08:00 committed by GitHub
parent 214c09c5e8
commit 16c5233a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -523,9 +523,10 @@ def code_execution_requires():
"msgpack",
# for AWEL operator serialization
"cloudpickle",
"lyric-py>=0.1.4",
"lyric-py-worker>=0.1.4",
"lyric-js-worker>=0.1.4",
"lyric-py>=0.1.6",
"lyric-py-worker>=0.1.6",
"lyric-js-worker>=0.1.6",
"lyric-component-ts-transpiling>=0.1.6",
]