Skip to content

Commit

Permalink
Dependencies: Use duckdb>=0.9,<0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 29, 2023
1 parent 0b759e4 commit 683b1ed
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 51 deletions.
92 changes: 42 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ crate = { version = ">=0.30.1,<1", optional = true }
dash = { version = "^2.8", optional = true } # Explorer UI feature.
dash-bootstrap-components = { version = "^1.4", optional = true } # Explorer UI feature.
dash-leaflet = { version = "^1.0.8", optional = true } # Explorer UI feature.
duckdb = { version = "^0.7.1", optional = true } # Export feature.
duckdb = { version = ">=0.9,<0.10", optional = true } # Export feature.
eccodes = { version = "^1.5.2", optional = true }
fastapi = { version = "^0.95.1", optional = true } # HTTP REST API feature.
geojson = { version = ">=3,<4", optional = true } # Explorer UI feature.
Expand Down

0 comments on commit 683b1ed

Please sign in to comment.