Skip to content

Commit

Permalink
chore(dev-tools): add geospatial extra to dev container setup and bum…
Browse files Browse the repository at this point in the history
…p quarto-cli version (#8837)
  • Loading branch information
cpcloud authored Apr 1, 2024
1 parent c24c54e commit ee67e81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"features": {
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"version": "1.4.549"
"version": "1.5.13"
},
"ghcr.io/eitsupi/devcontainer-features/duckdb-cli:1": {
"extensions": "httpfs,sqlite,postgres,spatial,substrait,parquet,json,arrow,mysql"
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/updateContent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# install ibis
python3 -m pip install ipython
python3 -m pip install -e '.[duckdb,clickhouse,examples]'
python3 -m pip install -e '.[clickhouse,duckdb,clickhouse,examples,geospatial]'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ druid = ["pydruid"]
duckdb = ["duckdb"]
exasol = ["pyexasol"]
flink = []
geospatial = ["geopandas", "shapely"]
impala = ["impyla"]
mssql = ["pyodbc"]
mysql = ["pymysql"]
Expand All @@ -202,6 +201,7 @@ visualization = ["graphviz"]
decompiler = ["black"]
deltalake = ["deltalake"]
examples = ["pins", "fsspec"]
geospatial = ["geopandas", "shapely"]

[tool.poetry.plugins."ibis.backends"]
bigquery = "ibis.backends.bigquery"
Expand Down

0 comments on commit ee67e81

Please sign in to comment.