statsforecast
statsforecast copied to clipboard
Add AWS dependencies for ray
Is your feature request related to a problem? Please describe.
ray needs additional dependencies to run with AWS (boto3 and botocore).
Describe the solution you'd like
It would be great to install those dependencies, using just pip install statsforecast[ray,aws] or something similar.