TheNeuralBit commented on code in PR #17196:
URL: https://github.com/apache/beam/pull/17196#discussion_r854670061


##########
sdks/python/setup.py:
##########
@@ -234,6 +234,10 @@ def get_version():
     'azure-core >=1.7.0',
 ]
 
+ML_REQUIREMENTS = [
+    'torch >= 1.10.2'

Review Comment:
   I can't see the original change now, but I think this was in an extra. It 
would be a requirement that's added when you `pip install apache-beam[ml]`, so 
it wouldn't be a hard dependency for all users.
   
   Regardless I think we should hold off adding a requirement spec anywhere, 
unless we need to communicate that there's restricted version range we support. 



-- 
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]

Reply via email to