Skip to content

Commit

Permalink
Fix downgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 10, 2024
1 parent 1a148f4 commit 7ca3028
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 7ca3028

Please sign in to comment.