Skip to content

Commit 15361d3

Browse files
committed
Added pyodbc as pre-reqs
1 parent e58fe1a commit 15361d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database-edge/deploy-onnx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
author: ronychatterjee
1010
ms.author: achatter
1111
ms.reviewer: davidph
12-
ms.date: 03/11/2020
12+
ms.date: 03/26/2020
1313
---
1414

1515
# Deploy and make predictions with an ONNX model in SQL Database Edge Preview
@@ -28,7 +28,7 @@ This quickstart is based on **scikit-learn** and uses the [Boston Housing datase
2828

2929
1. Open [New Notebook](https://docs.microsoft.com/sql/azure-data-studio/sql-notebooks) connected to the Python 3 Kernel.
3030
1. Click **Manage Packages** and under **Add New**, search for **scikit-learn**, and install the scikit-learn package.
31-
1. Also, install the **setuptools**, **numpy**, **onnxmltools**, **onnxruntime**, **skl2onnx**, and **sqlalchemy** packages.
31+
1. Also, install the **setuptools**, **numpy**, **onnxmltools**, **onnxruntime**, **skl2onnx**, **pyodbc**, and **sqlalchemy** packages.
3232

3333
* For each script part below, enter it in a cell in the Azure Data Studio notebook and run the cell.
3434

0 commit comments

Comments
 (0)