We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 273c507 + 4583259 commit 4008274Copy full SHA for 4008274
1 file changed
vetiver/rsconnect.py
@@ -19,7 +19,6 @@ def deploy_rsconnect(
19
app_id: int = None,
20
title: str = None,
21
python: str = None,
22
- conda_mode: bool = False,
23
force_generate: bool = False,
24
log_callback: typing.Callable = None,
25
image: str = None,
@@ -46,8 +45,6 @@ def deploy_rsconnect(
46
45
Optional title for the deploy.
47
python : str
48
Optional name of a Python executable
49
- conda_mode : bool
50
- Use conda to build an environment.yml
51
force_generate : bool
52
Force generating requirements.txt or environment.yml
53
log_callback : typing.Callable
@@ -111,7 +108,6 @@ def deploy_rsconnect(
111
108
app_id=app_id,
112
109
title=title,
113
110
python=python,
114
- conda_mode=conda_mode,
115
force_generate=force_generate,
116
log_callback=log_callback,
117
image=image,
0 commit comments