From b605549c632fcb14a1c6bb4e2567bf7a5c75b1db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:36:35 +0000 Subject: [PATCH] CompatHelper: bump compat for "PrettyTables" to "3.0" --- Project.toml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Project.toml b/Project.toml index 856e899e..bd2e7f92 100644 --- a/Project.toml +++ b/Project.toml @@ -11,24 +11,6 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -[weakdeps] -ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" -FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" -Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" -Optim = "429524aa-4258-5aef-a3af-852621145aeb" -RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182" -SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5" -Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" -Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" - -[extensions] -DataInterpolationsChainRulesCoreExt = "ChainRulesCore" -DataInterpolationsOptimExt = "Optim" -DataInterpolationsRegularizationToolsExt = "RegularizationTools" -DataInterpolationsSparseConnectivityTracerExt = ["SparseConnectivityTracer", "FillArrays"] -DataInterpolationsSymbolicsExt = "Symbolics" -DataInterpolationsMakieExt = "Makie" - [compat] Aqua = "0.8" BenchmarkTools = "1" @@ -41,7 +23,7 @@ ForwardDiff = "0.10.37, 1" LinearAlgebra = "1.10" Makie = "0.22, 0.23, 0.24" Optim = "1.6" -PrettyTables = "2.4" +PrettyTables = "2.4, 3.0" QuadGK = "2.9.1" RecipesBase = "1.3" Reexport = "1" @@ -55,6 +37,14 @@ Unitful = "1.21.1" Zygote = "0.6.77, 0.7" julia = "1.10" +[extensions] +DataInterpolationsChainRulesCoreExt = "ChainRulesCore" +DataInterpolationsMakieExt = "Makie" +DataInterpolationsOptimExt = "Optim" +DataInterpolationsRegularizationToolsExt = "RegularizationTools" +DataInterpolationsSparseConnectivityTracerExt = ["SparseConnectivityTracer", "FillArrays"] +DataInterpolationsSymbolicsExt = "Symbolics" + [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -75,3 +65,13 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [targets] test = ["Aqua", "BenchmarkTools", "SafeTestsets", "ChainRulesCore", "Optim", "RegularizationTools", "Test", "StableRNGs", "FiniteDifferences", "QuadGK", "ForwardDiff", "Symbolics", "Unitful", "Zygote", "SparseConnectivityTracer"] + +[weakdeps] +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +Optim = "429524aa-4258-5aef-a3af-852621145aeb" +RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182" +SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5" +Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"