diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b033b6fe6..cd37046f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: - Downstream version: - '1' - - '1.6' steps: - uses: actions/checkout@v4 with: diff --git a/Project.toml b/Project.toml index 54ee20419..fbbc5e371 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Symbolics" uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7" authors = ["Shashi Gowda "] -version = "5.14.1" +version = "5.15.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -46,36 +46,36 @@ SymbolicsPreallocationToolsExt = "PreallocationTools" SymbolicsSymPyExt = "SymPy" [compat] -ArrayInterface = "6, 7" +ArrayInterface = "7" Bijections = "0.1" -ConstructionBase = "1.1, 1.2" +ConstructionBase = "1.2" DataStructures = "0.18" DiffRules = "1.4" -Distributions = "0.23, 0.24, 0.25" -DocStringExtensions = "0.7, 0.8, 0.9" +Distributions = "0.25" +DocStringExtensions = "0.9" DomainSets = "0.6" DynamicPolynomials = "0.5" -Groebner = "0.3, 0.4, 0.5" +Groebner = "0.5" IfElse = "0.1" LaTeXStrings = "1.3" LambertW = "0.4.5" -Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16" +Latexify = "0.16" LogExpFunctions = "0.3" MacroTools = "0.5" -NaNMath = "0.3, 1" +NaNMath = "1" PrecompileTools = "1" RecipesBase = "1.1" -Reexport = "0.2, 1" +Reexport = "1" ReferenceTests = "0.9" Requires = "1.1" RuntimeGeneratedFunctions = "0.5.9" -SciMLBase = "1.8, 2" -Setfield = "0.7, 0.8, 1" -SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" +SciMLBase = "2" +Setfield = "1" +SpecialFunctions = "2" StaticArrays = "1.1" SymbolicIndexingInterface = "0.3" SymbolicUtils = "1.4" -julia = "1.6" +julia = "1.10" [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"