Skip to content

Commit

Permalink
⬆️ Bump pyo3 from 0.22.4 to 0.23.2, numpy from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Nov 28, 2024
1 parent 5a8cee8 commit 9a6de0e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ bytes = "1.5.0"
geo = "0.29.0"
ndarray = "0.15.6"
num-traits = "0.2.19"
numpy = "0.22.0"
numpy = "0.23.0"
object_store = { version = "0.9.0", features = ["http"] }
pyo3 = { version = "0.22.4", features = ["abi3-py310", "extension-module"] }
pyo3 = { version = "0.23.2", features = ["abi3-py310", "extension-module"] }
tiff = { git = "https://github.com/image-rs/image-tiff.git", version = "0.9.1", rev = "0c54a18e2130bd8e3e897009e1fb59eaaf607c6c" } # https://github.com/image-rs/image-tiff/pull/224
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }
url = "2.5.0"
Expand Down

0 comments on commit 9a6de0e

Please sign in to comment.