Skip to content

Commit

Permalink
Upgrade geoarrow to 0.2 and arrow to 51
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Mar 31, 2024
1 parent ce29093 commit 91c5ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased (YYYY-MM-DD TBD)
* Upgrade geoarrow to 0.2 and arrow to 51

## v0.4.0 (2024-03-01)
* Update h3o to 0.6.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spatial_index = ["dep:rstar"]

[dependencies]
ahash = "0.8"
arrow = "50"
arrow = "51"
geo = "0.28"
geoarrow = { package = "geoarrow", version = "0.1.0", optional = true, features = ["geozero"] }
geoarrow = { package = "geoarrow", version = "^0.2", optional = true, features = ["geozero"] }
geo-types = "0.7"
geozero = { version = "0.12", default-features = false, features = ["with-geo", "with-wkb"], optional = true }
h3o = { version = "0.6", features = ["geo"] }
Expand Down

0 comments on commit 91c5ecb

Please sign in to comment.