From ddea98be6e3c3a43868eec7e6a72c0f55d6da3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:31:13 +0000 Subject: [PATCH] build(deps): bump the all-julia-packages group across 1 directory with 3 updates Updates the requirements on [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl), [NeuralOperators](https://github.com/SciML/NeuralOperators.jl) and [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl) to permit the latest version. Updates `Symbolics` to 7.1.1 - [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases) - [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaSymbolics/Symbolics.jl/compare/v6.14.0...v7.1.1) Updates `NeuralOperators` to 0.6.2 - [Release notes](https://github.com/SciML/NeuralOperators.jl/releases) - [Commits](https://github.com/SciML/NeuralOperators.jl/compare/v0.5.0...v0.6.2) Updates `SymbolicUtils` to 4.7.0 - [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases) - [Commits](https://github.com/JuliaSymbolics/SymbolicUtils.jl/compare/v3.7.2...v4.7.0) --- updated-dependencies: - dependency-name: Symbolics dependency-version: 7.1.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: NeuralOperators dependency-version: 0.6.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SymbolicUtils dependency-version: 4.7.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 429da0c6b..97e547efe 100644 --- a/Project.toml +++ b/Project.toml @@ -88,7 +88,7 @@ MLDataDevices = "1.2.0" MethodOfLines = "0.11.6" ModelingToolkit = "9.46, 10" MonteCarloMeasurements = "1.1" -NeuralOperators = "0.5" +NeuralOperators = "0.5, 0.6" Optimisers = "0.3.3, 0.4" Optimization = "4, 5" OptimizationOptimJL = "0.4" @@ -105,8 +105,8 @@ SciMLBase = "2.56" Statistics = "1.10" StochasticDiffEq = "6.69.1" SymbolicIndexingInterface = "0.3.31" -SymbolicUtils = "3.7.2" -Symbolics = "6.14" +SymbolicUtils = "3.7.2, 4.7" +Symbolics = "6.14, 7.1" TensorBoardLogger = "0.1.24" Test = "1.10" WeightInitializers = "1.0.3"