<#3761 [Core feature] Wrap ImageSpec packages in q...
# flytekit
a
#3761 [Core feature] Wrap ImageSpec packages in quotes Issue created by cosmicBboy Motivation: Why do you think this is important? When using
ImageSpec
and
pyflyte build
, specifying packages like
transformers[torch,deepspeed]>=4.28.1,<5
will fail during the build step will fail and to fix it, the user needs to wrap the package dep in quotes
'transformers[torch,deepspeed]>=4.28.1,<5'
. Goal: What should the final outcome look like, ideally? To improve the ergonomics of this feature, packages deps should automatically be wrapped in quotes by flytekit. Describe alternatives you've considered Keeping the status quo, which would be inconvenient for end users. Propose: Link/Inline OR Additional context No response Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte