diff --git a/D/DensityRatioEstimation/Compat.toml b/D/DensityRatioEstimation/Compat.toml index 59cbbf4b1c5d893..464246326fdf671 100644 --- a/D/DensityRatioEstimation/Compat.toml +++ b/D/DensityRatioEstimation/Compat.toml @@ -40,3 +40,7 @@ julia = "1.9.0-1" ["1.2.1-1"] LinearAlgebra = "1.9.0-1" Random = "1.9.0-1" + +["1.3-1"] +ChainRulesCore = "1.25.0-1" +GPUArraysCore = "0.2" diff --git a/D/DensityRatioEstimation/Deps.toml b/D/DensityRatioEstimation/Deps.toml index ee62a4d902d1f76..3a2aec1892ad291 100644 --- a/D/DensityRatioEstimation/Deps.toml +++ b/D/DensityRatioEstimation/Deps.toml @@ -15,3 +15,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" ["0.5-1"] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" + +["1.3-1"] +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527" diff --git a/D/DensityRatioEstimation/Versions.toml b/D/DensityRatioEstimation/Versions.toml index 7c57581e92ae6f6..8c8b5094751f919 100644 --- a/D/DensityRatioEstimation/Versions.toml +++ b/D/DensityRatioEstimation/Versions.toml @@ -63,3 +63,6 @@ git-tree-sha1 = "515b14931e768c2d2f6c1d0a4c81653ee2f7d693" ["1.2.5"] git-tree-sha1 = "3efd6bc6235d9cb2d73605f57fbf656a7dd6e461" + +["1.3.0"] +git-tree-sha1 = "c2c83b27f28db9fab708dcc9a9cfaa279a844039" diff --git a/D/DensityRatioEstimation/WeakCompat.toml b/D/DensityRatioEstimation/WeakCompat.toml index a1cff6f8f1fe888..1466c6dca6c1a1a 100644 --- a/D/DensityRatioEstimation/WeakCompat.toml +++ b/D/DensityRatioEstimation/WeakCompat.toml @@ -1,10 +1,12 @@ ["1.1-1"] -ChainRulesCore = "1" ECOS = "1" Ipopt = "1" JuMP = "1" Optim = "1" +["1.1-1.2"] +ChainRulesCore = "1" + ["1.1-1.2.1"] GPUArrays = "8" @@ -17,5 +19,5 @@ GPUArrays = "8-10" ["1.2.3-1"] Convex = "0.15-0.16" -["1.2.5-1"] +["1.2.5-1.2"] GPUArrays = "8-11" diff --git a/D/DensityRatioEstimation/WeakDeps.toml b/D/DensityRatioEstimation/WeakDeps.toml index 82df652e2995a28..af13b7da59796d8 100644 --- a/D/DensityRatioEstimation/WeakDeps.toml +++ b/D/DensityRatioEstimation/WeakDeps.toml @@ -1,8 +1,10 @@ ["1.1-1"] -ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" Convex = "f65535da-76fb-5f13-bab9-19810c17039a" ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199" -GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" Optim = "429524aa-4258-5aef-a3af-852621145aeb" + +["1.1-1.2"] +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"