diff --git a/D/DensityRatioEstimation/Versions.toml b/D/DensityRatioEstimation/Versions.toml index 96068362108294a..e26516733ae925d 100644 --- a/D/DensityRatioEstimation/Versions.toml +++ b/D/DensityRatioEstimation/Versions.toml @@ -51,3 +51,6 @@ git-tree-sha1 = "f62c41b0e7363161e3ba81bbfde0d667f9b01710" ["1.2.1"] git-tree-sha1 = "1a22dc9baf8d0b2849c5b053b4f353727581fccf" + +["1.2.2"] +git-tree-sha1 = "cbdec871e1bbeb5d7e2b7f8003b7affbab99803d" diff --git a/D/DensityRatioEstimation/WeakCompat.toml b/D/DensityRatioEstimation/WeakCompat.toml index 17551d5475c7921..db77f4243bb56d1 100644 --- a/D/DensityRatioEstimation/WeakCompat.toml +++ b/D/DensityRatioEstimation/WeakCompat.toml @@ -2,7 +2,12 @@ ChainRulesCore = "1" Convex = "0.15" ECOS = "1" -GPUArrays = "8" Ipopt = "1" JuMP = "1" Optim = "1" + +["1.1-1.2.1"] +GPUArrays = "8" + +["1.2.2-1"] +GPUArrays = "8-10"