Skip to content

Commit

Permalink
Merge pull request #619 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Fix downgrade CI
  • Loading branch information
ChrisRackauckas authored Feb 10, 2024
2 parents 46c4200 + f52ff79 commit dd017af
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,37 +58,37 @@ 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"
FunctionWrappersWrappers = "0.1.3"
IteratorInterfaceExtensions = "^1"
LinearAlgebra = "1.9"
Logging = "1.9"
LinearAlgebra = "1.10"
Logging = "1.10"
Makie = "0.20"
Markdown = "1.9"
ModelingToolkit = "8.74"
Markdown = "1.10"
ModelingToolkit = "8.75"
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"
RecipesBase = "1.0"
RecursiveArrayTools = "3.3.4"
RecipesBase = "1.3.4"
RecursiveArrayTools = "3.8.0"
Reexport = "1"
RuntimeGeneratedFunctions = "0.5"
RuntimeGeneratedFunctions = "0.5.12"
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 dd017af

Please sign in to comment.