Explicit version for packages that are not in the workspace. (#1642)

This commit is contained in:
Laurent Mazare
2024-01-31 18:57:38 +01:00
committed by GitHub
parent beadb1b434
commit 9e824ec810
2 changed files with 3 additions and 3 deletions

View File

@ -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]