You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think ideally we should make it possible to install ramp-board without using the AWS worker and install the corresponding dependencies particularly that AWS has a tendency to pin all requirements which for a library is not ideal nevermind they seem to have improved that situation.
Rather it should an extra, so it can be installed with,
pip install ramp-engine[aws]
or something similar, same as it is currently done for the dask worker.
The text was updated successfully, but these errors were encountered:
Currently when pip installing ramp-board there is an import of
botocore
andboto3
(which is not included in the dependencies), that produces,I think ideally we should make it possible to install ramp-board without using the AWS worker and install the corresponding dependencies particularly that
AWS has a tendency to pin all requirements which for a library is not idealnevermind they seem to have improved that situation.Rather it should an extra, so it can be installed with,
or something similar, same as it is currently done for the dask worker.
The text was updated successfully, but these errors were encountered: