mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Update imageproc requirement from 0.24.0 to 0.25.0
Updates the requirements on [imageproc](https://github.com/image-rs/imageproc) to permit the latest version. - [Changelog](https://github.com/image-rs/imageproc/blob/master/CHANGELOG.md) - [Commits](https://github.com/image-rs/imageproc/compare/v0.24.0...v0.24.0) --- updated-dependencies: - dependency-name: imageproc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -50,7 +50,7 @@ hf-hub = "0.3.0"
|
|||||||
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }
|
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }
|
||||||
hound = "3.5.1"
|
hound = "3.5.1"
|
||||||
image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] }
|
image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] }
|
||||||
imageproc = { version = "0.24.0", default-features = false }
|
imageproc = { version = "0.25.0", default-features = false }
|
||||||
intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] }
|
intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] }
|
||||||
libc = { version = "0.2.147" }
|
libc = { version = "0.2.147" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
Reference in New Issue
Block a user