Skip to content

Commit

Permalink
Update duckdb.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves authored Sep 24, 2024
1 parent 10f7f5b commit c0b69f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/duckdb.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ pip install 'ibis-framework[geospatial]'
## `conda`

```bash
conda install -c conda-forge geopandas 'shapely>=2,<3'
conda install -c conda-forge ibis-framework geopandas 'shapely>=2,<3'
```

## `mamba`

```bash
mamba install -c conda-forge geopandas 'shapely>=2,<3'
mamba install -c conda-forge ibis-framework geopandas 'shapely>=2,<3'
```

:::
Expand Down

0 comments on commit c0b69f5

Please sign in to comment.