packages property
A list of Python package names along with versions to be installed.
Example: ["pandas>=2.1", "google-cloud-translate==3.11"]. For more information, see [Use third-party packages](https://cloud.google.com/bigquery/docs/user-defined-functions-python#third-party-packages).
Optional.
Implementation
core.List<core.String>? packages;