Skip to content

Commit

Permalink
Bump python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Feb 23, 2024
1 parent 435bde6 commit 197f722
Show file tree
Hide file tree
Showing 6 changed files with 1,815 additions and 1,759 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG GDAL_VERSION=3.7.2
ARG GDAL_VERSION=3.8.4
FROM ghcr.io/osgeo/gdal:ubuntu-full-${GDAL_VERSION}

LABEL maintainer="Youssef Harby <me@youssefharby.com>"

ARG OS_ARCH=linux \
PLATFORM_ARCH=aarch64

ENV DUCKDB_VERSION=0.8.1
ENV DUCKDB_VERSION=0.10.0

# Install dependencies
RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ docker pull ghcr.io/youssef-harby/overturemapsdownloader:latest

#### the docker image manily contains the following tools:

- GDAL/OGR v3.7.2
- GDAL/OGR v3.8.4
- Python v3.10 (and GDAL/OGR Python bindings + duckdb python bindings)
- DuckDB v0.8.1
- DuckDB v0.10.0
- Jupyter.. and more

## Usage
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global_variables:
release: "2023-07-26-alpha.0"
release: "2024-02-15-alpha.0"
s3_region: "us-west-2"
default_theme: "places"
default_type: "*"
Expand Down
2 changes: 1 addition & 1 deletion overturemapsdownloader/schemas
Submodule schemas updated 202 files
Loading

0 comments on commit 197f722

Please sign in to comment.