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

@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core" }
candle = { path = "../candle-core", features = ["cuda"], package = "candle-core", version = "0.3.3" }
half = { version = "2.3.1", features = ["num-traits"] }
[build-dependencies]

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]