Skip to content

Commit

Permalink
chore: fix mlflow error in build (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Sep 15, 2023
1 parent 5a5e848 commit f2a4047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,16 @@ object DatabricksUtilities {
"Pillow",
"onnxmltools==1.7.0",
"lightgbm",
"mlflow",
"mlflow==2.6.0",
"openai",
"langchain",
"pdf2image",
"pdfminer.six",
"pytesseract",
"unstructured"
"unstructured",
"sqlparse",
"raiwidgets",
"interpret-community"
)

val Libraries: String = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"execution_count": null,
"outputs": [],
"source": [
"%pip install sqlparse raiwidgets interpret-community"
"%pip install sqlparse raiwidgets interpret-community mlflow==2.6.0"
],
"metadata": {
"collapsed": false,
Expand Down

0 comments on commit f2a4047

Please sign in to comment.