yeandy commented on code in PR #17196:
URL: https://github.com/apache/beam/pull/17196#discussion_r855159425
##########
sdks/python/setup.py:
##########
@@ -234,6 +234,10 @@ def get_version():
'azure-core >=1.7.0',
]
+ML_REQUIREMENTS = [
+ 'torch >= 1.10.2'
Review Comment:
For now, to allow most flexibility, we're going to support `pip install
apache-beam pytorch`
--
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]