diff --git a/Project.toml b/Project.toml index 4c49b8f1..109b2122 100644 --- a/Project.toml +++ b/Project.toml @@ -25,8 +25,8 @@ NormalizingFlowsCUDAExt = "CUDA" [compat] ADTypes = "1" -Bijectors = "0.12.6, 0.13, 0.14, 0.15" -CUDA = "5" +Bijectors = "0.12.6, 0.13, 0.14, 0.15, 0.16" +CUDA = "5, 6.2" DifferentiationInterface = "0.6, 0.7" Distributions = "0.25" DocStringExtensions = "0.9" diff --git a/docs/Project.toml b/docs/Project.toml index 6d3e8699..900b5371 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,3 +8,12 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589" NormalizingFlows = "50e4474d-9f12-44b7-af7a-91ab30ff6256" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" + +[compat] +Bijectors = "0.16.2" +Distributions = "0.25.129" +Documenter = "1.17.0" +Flux = "0.16.10" +Functors = "0.5.2" +LiveServer = "1.5.0" +NormalizingFlows = "0.2.2" diff --git a/example/Project.toml b/example/Project.toml index 79c847be..8b44b7b3 100644 --- a/example/Project.toml +++ b/example/Project.toml @@ -22,7 +22,25 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Mooncake = "0.4.142" +ADTypes = "1.22.2" +BenchmarkTools = "1.8.0" +Bijectors = "0.16.2" +DiffResults = "1.1.0" +DifferentiationInterface = "0.7.20" +Distributions = "0.25.129" +DocStringExtensions = "0.9.5" +Enzyme = "0.13.186" +Functors = "0.5.2" +IrrationalConstants = "0.2.6" +LogDensityProblems = "2.2.0" +Mooncake = "0.4.142, 0.5" +NormalizingFlows = "0.2.2" +Optimisers = "0.4.7" +Plots = "1.41.6" +ProgressMeter = "1.11.0" +ReverseDiff = "1.17.0" +StatsBase = "0.34.12" +Zygote = "0.7.11" [extras] CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2" diff --git a/test/Project.toml b/test/Project.toml index 6e9455f9..b45ccaa8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,4 +18,17 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] -Mooncake = "0.4.142" +ADTypes = "1.22.2" +Bijectors = "0.16.2" +DifferentiationInterface = "0.7.20" +Distributions = "0.25.129" +Enzyme = "0.13.186" +Flux = "0.16.10" +ForwardDiff = "1.4.1" +Functors = "0.5.2" +MonotonicSplines = "0.3.3" +Mooncake = "0.4.142, 0.5" +NormalizingFlows = "0.2.2" +Optimisers = "0.4.7" +ReverseDiff = "1.17.0" +Zygote = "0.7.11" diff --git a/test/ext/CUDA/Project.toml b/test/ext/CUDA/Project.toml index 42a8d06b..15797947 100644 --- a/test/ext/CUDA/Project.toml +++ b/test/ext/CUDA/Project.toml @@ -5,4 +5,11 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NormalizingFlows = "50e4474d-9f12-44b7-af7a-91ab30ff6256" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" \ No newline at end of file +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Bijectors = "0.16.2" +CUDA = "6.2.1" +Distributions = "0.25.129" +Flux = "0.16.10" +NormalizingFlows = "0.2.2"