rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
59 stars 17 forks source link

Conda mode deprecated from rsconnect-python pkg #197

Closed sagerb closed 10 months ago

sagerb commented 10 months ago

In association with PR: rstudio/rsconnect-python#412, the conda_mode param is soon to been deprecated. It is still being accepted for the method deploy_python_fastapi, but it will not do anything. It is expected to be removed in the future. Passing true for this parameter wasn't really supported as Connect has not supported condo environment restoration.

Per the issue referenced above:

Experimental support for Conda environment was added to rsconnect-python. Connect does not support restoring Conda environments. We should remove the Conda references from rsconnect-python.

This PR fixes: #196

sagerb commented 10 months ago

@isabelizimm Looks like the release will be this month, so I'm expecting it will be 1.21.0, but I'll get you a specific version number once we schedule the release.