diff --git a/GraphRecipes/Project.toml b/GraphRecipes/Project.toml index 4c3ddc4ad..565826c23 100644 --- a/GraphRecipes/Project.toml +++ b/GraphRecipes/Project.toml @@ -20,10 +20,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" AbstractTrees = "0.4" GeometryTypes = "0.8" Graphs = "1.7" -Interpolations = "0.13 - 0.15" +Interpolations = "0.15" NaNMath = "1" NetworkLayout = "0.4" -PlotUtils = "0.6.2, 1" +PlotUtils = "1" RecipesBase = "1" Statistics = "1" julia = "1.10" diff --git a/PlotsBase/Project.toml b/PlotsBase/Project.toml index 6cb9826e9..e7d9ed13f 100644 --- a/PlotsBase/Project.toml +++ b/PlotsBase/Project.toml @@ -70,22 +70,22 @@ UnitfulExt = "Unitful" [compat] Base64 = "1" -Contour = "0.5 - 0.6" +Contour = "0.6" Dates = "1" -FFMPEG = "0.2 - 0.4" -FixedPointNumbers = "0.6 - 0.8" -GR = "0.69.5 - 0.73" +FFMPEG = "0.4" +FixedPointNumbers = "0.8" +GR = "0.73" Gaston = "1" -HDF5 = "0.16 - 0.17" +HDF5 = "0.17" JLFzf = "0.1" -JSON = "0.21, 1" +JSON = "0.21" LaTeXStrings = "1" -Latexify = "0.14 - 0.16" +Latexify = "0.16" Measures = "0.3" -NaNMath = "0.3, 1" +NaNMath = "1" PGFPlotsX = "1" Pkg = "1" -PlotThemes = "2, 3" +PlotThemes = "3" PlotUtils = "1" PlotlyJS = "0.18" PlotlyKaleido = "2.2.2" @@ -97,17 +97,17 @@ Random = "1" REPL = "1" RecipesBase = "1.3.1" RecipesPipeline = "1" -Reexport = "0.2, 1" -RelocatableFolders = "0.3, 1" +Reexport = "1" +RelocatableFolders = "1" Scratch = "1" -Showoff = "0.3.1, 1" +Showoff = "1" SparseArrays = "1" Statistics = "1" -StatsBase = "0.33 - 0.34" +StatsBase = "0.34" UnicodeFun = "0.4" UnicodePlots = "3" UnitfulLatexify = "1" -Unzip = "0.1 - 0.2" +Unzip = "0.2" UUIDs = "1" julia = "1.10" diff --git a/RecipesPipeline/Project.toml b/RecipesPipeline/Project.toml index 9ff3bf196..aed9a7a06 100644 --- a/RecipesPipeline/Project.toml +++ b/RecipesPipeline/Project.toml @@ -11,8 +11,8 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" [compat] -NaNMath = "0.3, 1" -PlotUtils = "0.6.5, 1" +NaNMath = "1" +PlotUtils = "1" RecipesBase = "1.3.1" PrecompileTools = "1" julia = "1.10" diff --git a/StatsPlots/Project.toml b/StatsPlots/Project.toml index c0c4a6d62..9f9b1388d 100644 --- a/StatsPlots/Project.toml +++ b/StatsPlots/Project.toml @@ -23,23 +23,23 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Widgets = "cc8bc4a8-27d6-5769-a93b-9d913e69aa62" [compat] -AbstractFFTs = "1.1" -Clustering = "0.13 - 0.15" -DataStructures = "0.17 - 0.18" -Distributions = "0.21 - 0.25" -Interpolations = "0.12 - 0.15" -KernelDensity = "0.5 - 0.6" -MultivariateStats = "0.9 - 0.10" +AbstractFFTs = "1" +Clustering = "0.15" +DataStructures = "0.18" +Distributions = "0.25" +Interpolations = "0.15" +KernelDensity = "0.6" +MultivariateStats = "0.10" NaNMath = "1" -Observables = "0.3 - 0.5" +Observables = "0.5" Plots = "2" RecipesBase = "1" RecipesPipeline = "1" -Reexport = "0.2, 1" -StatsBase = "0.32 - 0.34" +Reexport = "1" +StatsBase = "0.34" TableOperations = "1" Tables = "1" -Widgets = "0.5 - 0.6" +Widgets = "0.6" julia = "1.10" [extras]