Skip to content

Commit 49f0542

Browse files
authored
⬆️ Bump ndarray from 0.16.1 to 0.17.1 (#63)
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.1. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.16.1...0.17.1)
1 parent 1f13aa7 commit 49f0542

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ cudarc = { version = "0.17.7", features = [
2323
dlpark = { git = "https://github.com/SunDoge/dlpark.git", version = "0.6.0", features = [
2424
"half",
2525
"ndarray",
26-
], rev = "2455a562af10a6655465d24d7e9c78996c613e6a" }
26+
], rev = "2bedd1fc8ad59e56e3b74c63c94efb3fdc8c2ada" }
2727
geo = "0.29.0"
28-
ndarray = "0.16.1"
29-
numpy = { version = "0.27.0", optional = true }
28+
ndarray = "0.17.1"
29+
numpy = { version = "0.27.1", optional = true }
3030
nvtiff-sys = { version = "0.1.2", optional = true }
3131
object_store = { version = "0.12.3", features = ["http"] }
3232
pyo3 = { version = "0.27.1", features = [
@@ -41,15 +41,15 @@ url = { version = "2.5.7", optional = true }
4141
criterion = { package = "codspeed-criterion-compat", version = "4.1.0" }
4242
gdal = { git = "https://github.com/georust/gdal.git", version = "0.18.0", features = [
4343
"array",
44-
], rev = "3df2c28f8c83f80d209b34d46f30d6c35e803e07" }
44+
], rev = "8b9e04938298055f2a22dce5c21c1a6e73678ecb" }
4545
# comment out gdal-src and gdal-sys if libgdal-dev is installed locally
4646
gdal-src = { git = "https://github.com/georust/gdal.git", version = "0.3.0", features = [
4747
"driver_gtiff",
4848
"nobuild",
49-
], rev = "3df2c28f8c83f80d209b34d46f30d6c35e803e07" }
49+
], rev = "8b9e04938298055f2a22dce5c21c1a6e73678ecb" }
5050
gdal-sys = { git = "https://github.com/georust/gdal.git", version = "0.11.0", features = [
5151
"bundled",
52-
], rev = "3df2c28f8c83f80d209b34d46f30d6c35e803e07" }
52+
], rev = "8b9e04938298055f2a22dce5c21c1a6e73678ecb" }
5353
half = { version = "2.6.0", features = ["num-traits"] }
5454
rstest = "0.26.1"
5555
tempfile = "3.10.1"

0 commit comments

Comments
 (0)