Skip to content

Commit

Permalink
add dependencies for running python in quarto
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Dec 9, 2024
1 parent 13a4b92 commit f4e5a38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ dev = [
"vetiver[docs]"
]
docs = [
"quartodoc"
"quartodoc",
# quarto render dependencies
"nbformat",
"nbclient"
]
statsmodels = ["statsmodels"]
torch = ["torch"]
Expand Down

0 comments on commit f4e5a38

Please sign in to comment.