From bdae9d569ff4b2aa0c7de6afb25db63256b769dd Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 26 Aug 2026 04:02:16 -0400 Subject: [PATCH] Drop stale [compat] majors older than one year Keep remaining floors on the latest major. Extra majors whose first General-registry release is after 2025-08-26 are kept. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude --- lib/CanonicalMoments/Project.toml | 6 +++--- lib/DiscreteMeasures/Project.toml | 2 +- lib/OUQBase/Project.toml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/CanonicalMoments/Project.toml b/lib/CanonicalMoments/Project.toml index 0486f71..b957770 100644 --- a/lib/CanonicalMoments/Project.toml +++ b/lib/CanonicalMoments/Project.toml @@ -28,9 +28,9 @@ SymbolicsExt = "Symbolics" julia = "1.10" ChainRulesCore = "1" DiscreteMeasures = "0.1" -ForwardDiff = "0.10, 1" +ForwardDiff = "1" InteractiveUtils = "1.10" -IntervalArithmetic = "0.18 - 0.20, =0.20.9" +IntervalArithmetic = "1" LinearAlgebra = "1.10" Pkg = "1.10" PolynomialRoots = "1.0" @@ -43,7 +43,7 @@ SciMLPublic = "1" SpecialFunctions = "2" StaticArrays = "1" Statistics = "1.10" -Symbolics = "6.29.2, 7.30" +Symbolics = "7.30" Test = "1.10" [sources] diff --git a/lib/DiscreteMeasures/Project.toml b/lib/DiscreteMeasures/Project.toml index 1f57362..f5727b1 100644 --- a/lib/DiscreteMeasures/Project.toml +++ b/lib/DiscreteMeasures/Project.toml @@ -11,7 +11,7 @@ IntervalArithmeticExt = "IntervalArithmetic" [compat] julia = "1.10" -IntervalArithmetic = "0.16 - 0.20, =0.20.9" +IntervalArithmetic = "1" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" diff --git a/lib/OUQBase/Project.toml b/lib/OUQBase/Project.toml index 4a42ba5..f1b30be 100644 --- a/lib/OUQBase/Project.toml +++ b/lib/OUQBase/Project.toml @@ -27,18 +27,18 @@ CanonicalMoments = "0.1" DiscreteMeasures = "0.1" DomainSets = "0.7.15, 0.8" JuMP = "1.23.6" -ModelingToolkit = "9.69, 11.31" +ModelingToolkit = "11.31" NaNMath = "1.1.3" Optimization = "5" OptimizationBBO = "0.4" -OrderedCollections = "1.7.0, 2.0" +OrderedCollections = "2.0" Pkg = "1.10" Polynomials = "4.0.13" Reexport = "1.2.2" -SciMLBase = "2.153, 3.31" +SciMLBase = "3.31" SafeTestsets = "0.1" -SymbolicUtils = "3, 4.38" -Symbolics = "6.39.1, 7.30" +SymbolicUtils = "4.38" +Symbolics = "7.30" TermInterface = "2" Test = "1.10"