Skip to content

Commit 6e385f9

Browse files
committed
Add optional install for mssql support
1 parent ba898f9 commit 6e385f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pl = ["polars>=1.17.1"]
4949
generate = ["chatlas>=0.3.0", "anthropic[bedrock]>=0.45.2", "openai>=1.63.0"]
5050
duckdb = ["ibis-framework[duckdb]>=9.5.0"]
5151
mysql = ["ibis-framework[mysql]>=9.5.0"]
52+
mssql = ["ibis-framework[mssql]>=9.5.0"]
5253
postgres = ["ibis-framework[postgres]>=9.5.0"]
5354
sqlite = ["ibis-framework[sqlite]>=9.5.0"]
5455
docs = [

0 commit comments

Comments
 (0)