Hi I had a general question about package dependencies with bentoml.
A common case we have is to have custom sklearn transformers as part of the sklearn pipeline. This code is possibly in line when the model is being trained or experimented with. Are there facilities that include the current code and all used dependencies (e.g. using something like pipreqs)?
It seems right now dependencies have to be manually declared in the service decorator (which seems like a strange place imo).