Skip to content

Commit

Permalink
Merge pull request #197 from sagerb/sagerb-conda-param-deprecated-fro…
Browse files Browse the repository at this point in the history
…m-rsconnect-python
  • Loading branch information
isabelizimm authored Oct 27, 2023
2 parents 273c507 + 4583259 commit 4008274
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vetiver/rsconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def deploy_rsconnect(
app_id: int = None,
title: str = None,
python: str = None,
conda_mode: bool = False,
force_generate: bool = False,
log_callback: typing.Callable = None,
image: str = None,
Expand All @@ -46,8 +45,6 @@ def deploy_rsconnect(
Optional title for the deploy.
python : str
Optional name of a Python executable
conda_mode : bool
Use conda to build an environment.yml
force_generate : bool
Force generating requirements.txt or environment.yml
log_callback : typing.Callable
Expand Down Expand Up @@ -111,7 +108,6 @@ def deploy_rsconnect(
app_id=app_id,
title=title,
python=python,
conda_mode=conda_mode,
force_generate=force_generate,
log_callback=log_callback,
image=image,
Expand Down

0 comments on commit 4008274

Please sign in to comment.