Skip to content

Commit

Permalink
Update candle-core requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [candle-core](https://github.com/huggingface/candle) to permit the latest version.
- [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md)
- [Commits](huggingface/candle@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: candle-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent b7f6967 commit 37c99eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = [".github/"]
repository = "https://github.com/tomsanbear/candle-einops"

[dependencies]
candle-core = { version = "0.6" }
candle-core = { version = "0.7" }
candle-einops-macros = { path = "candle-einops-macros", version = "0.1.1" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 37c99eb

Please sign in to comment.