damccorm commented on issue #34554: URL: https://github.com/apache/beam/issues/34554#issuecomment-3255519462
Roughly what I think we should do for Python/Go/TypeScript (haven't gotten to Java yet) **Python:** Split the following dependencies out of core [required deps in setup.py](https://github.com/apache/beam/blob/626be06a47b60ae48c5fa20500221f04dc3da287/sdks/python/setup.py#L360) and into extras. Some extras already exist, others need to be added - TFRecord extra: `crcmod`, `` - GCP: `orjson`, `httplib2`, `regex` - Hadoop: `hdfs` - Interactive: `pydot` - Mongo: `pymongo` - Redis: `redis` (used broadly by enrichment, but has caused folks dependency version problems) - Yaml: `jsonschema` **Go/Typescript:** N/A - I don't think we need to do anything here -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
