ByronHsu edited a comment on pull request #619:
URL: https://github.com/apache/submarine/pull/619#issuecomment-870415206


   Thanks for your contribution. 
   I thought that we can rely on `extras_require` to get rid of explicitly 
installing ML framework.
   `extras_require` means the dependencies for additional features, pip will 
not install them by default.
   Users can use something like `pip install apache-submarine[feature1, 
feature2]` to explicitly install the dependencies for features.
   If users preferred to use TensorFlow, they might want to do `pip install 
apache-submarine[tf]` when installing.


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