Unpin more of the workplace relative dependencies. (#1535)

This commit is contained in:
Laurent Mazare
2024-01-07 12:26:20 +01:00
committed by GitHub
parent b4cb982e49
commit e72d52b1a2
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ categories = ["science"]
license = "MIT OR Apache-2.0"
[dependencies]
candle = { path = "../candle-core", version = "0.3.3", package = "candle-core" }
candle-nn = { path = "../candle-nn", version = "0.3.3" }
candle = { path = "../candle-core", package = "candle-core" }
candle-nn = { path = "../candle-nn" }
prost = "0.12.1"
[build-dependencies]