Skip to content

Commit f7a416e

Browse files
committed
Remove LogDensityProblemsAD dep
1 parent 68ceb39 commit f7a416e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Manifest.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.11.3"
44
manifest_format = "2.0"
5-
project_hash = "83ec9face19bc568fc30cc287161517dc49f6c5c"
5+
project_hash = "afdf28a30966aaa4af542a30879dd92074661565"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "fb97701c117c8162e84dfcf80215caa904aef44f"
@@ -509,9 +509,7 @@ version = "1.6.0"
509509

510510
[[deps.DynamicPPL]]
511511
deps = ["ADTypes", "AbstractMCMC", "AbstractPPL", "Accessors", "BangBang", "Bijectors", "Compat", "ConstructionBase", "DifferentiationInterface", "Distributions", "DocStringExtensions", "InteractiveUtils", "KernelAbstractions", "LinearAlgebra", "LogDensityProblems", "MacroTools", "OrderedCollections", "Random", "Requires", "Test"]
512-
git-tree-sha1 = "bd761546ac3755a4d79af57cf5d14af46d197670"
513-
repo-rev = "release-0.35"
514-
repo-url = "https://github.com/TuringLang/DynamicPPL.jl.git"
512+
path = "/Users/pyong/ppl/dppl"
515513
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
516514
version = "0.35.0"
517515

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
2323
Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
2424
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2525
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
26-
LogDensityProblemsAD = "996a588d-648d-4e1f-a8f0-a84b347e47b1"
2726
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
2827
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
2928
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
@@ -69,7 +68,6 @@ ForwardDiff = "0.10.3"
6968
Libtask = "0.8.8"
7069
LinearAlgebra = "1"
7170
LogDensityProblems = "2"
72-
LogDensityProblemsAD = "1.7.0"
7371
MCMCChains = "5, 6"
7472
NamedArrays = "0.9, 0.10"
7573
Optim = "1"

0 commit comments

Comments
 (0)