mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 20:38:06 +00:00
Explicit version for packages that are not in the workspace. (#1642)
This commit is contained in:
@ -10,8 +10,8 @@ categories = ["science"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
candle = { path = "../candle-core", package = "candle-core" }
|
||||
candle-nn = { path = "../candle-nn" }
|
||||
candle = { path = "../candle-core", package = "candle-core", version = "0.3.3" }
|
||||
candle-nn = { path = "../candle-nn", version = "0.3.3" }
|
||||
prost = "0.12.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user