From 7ca30285b91ea43d23bdaee4b30cc6296a4ddef7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 10 Feb 2024 05:46:16 -0500 Subject: [PATCH] Fix downgrade CI --- Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index d062a00ba..0a6d25ad1 100644 --- a/Project.toml +++ b/Project.toml @@ -58,21 +58,21 @@ ChainRulesCore = "1.18" CommonSolve = "0.2.4" ConstructionBase = "1.5" DataFrames = "1.6" -Distributed = "1.9" +Distributed = "1.10" DocStringExtensions = "0.9" EnumX = "1" -FillArrays = "1.9" +FillArrays = "1.10" FunctionWrappersWrappers = "0.1.3" IteratorInterfaceExtensions = "^1" -LinearAlgebra = "1.9" -Logging = "1.9" +LinearAlgebra = "1.10" +Logging = "1.10" Makie = "0.20" -Markdown = "1.9" +Markdown = "1.10" ModelingToolkit = "8.74" PartialFunctions = "1.1" PrecompileTools = "1.2" Preferences = "1.3" -Printf = "1.9" +Printf = "1.10" PyCall = "1.96" PythonCall = "0.9.15" RCall = "0.14.0" @@ -83,12 +83,12 @@ RuntimeGeneratedFunctions = "0.5" SciMLOperators = "0.3.7" StaticArrays = "1.7" StaticArraysCore = "1.4" -Statistics = "1.9" +Statistics = "1.10" SymbolicIndexingInterface = "0.3.3" Tables = "1.11" TruncatedStacktraces = "1.4" Zygote = "0.6.67" -julia = "1.9" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"