Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ModelingToolkit"
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
version = "11.21.1"
version = "11.22.0"
authors = ["Yingbo Ma <mayingbo5@gmail.com>", "Chris Rackauckas <accounts@chrisrackauckas.com> and contributors"]

[deps]
Expand Down Expand Up @@ -75,7 +75,7 @@ ConstructionBase = "1"
DataInterpolations = "7, 8"
DataStructures = "0.18, 0.19"
DelayDiffEq = "5.61"
DiffEqBase = "6.210.0"
DiffEqBase = "6.210.0, 7"
DifferentiationInterface = "0.6.47, 0.7"
DocStringExtensions = "0.8, 0.9"
FMIImport = "1"
Expand All @@ -95,9 +95,9 @@ Moshi = "0.3.6"
NonlinearSolve = "4.3"
OffsetArrays = "1"
OrderedCollections = "1"
OrdinaryDiffEq = "6.82.0"
OrdinaryDiffEq = "6.82.0, 7"
Comment thread
ChrisRackauckas marked this conversation as resolved.
Outdated
OrdinaryDiffEqBDF = "1"
OrdinaryDiffEqCore = "1.34.0, 2, 3"
OrdinaryDiffEqCore = "1.34.0, 2, 3, 4"
OrdinaryDiffEqDefault = "1.2"
OrdinaryDiffEqNonlinearSolve = "1.5.0"
OrdinaryDiffEqRosenbrock = "1"
Expand All @@ -107,7 +107,7 @@ REPL = "1"
Reexport = "0.2, 1"
RuntimeGeneratedFunctions = "0.5.12"
SCCNonlinearSolve = "1.8.1"
SciMLBase = "2.144.0"
SciMLBase = "2.144.0, 3"
SciMLPublic = "1.0.0"
Serialization = "1"
Setfield = "0.7, 0.8, 1"
Expand Down
8 changes: 4 additions & 4 deletions lib/ModelingToolkitBase/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModelingToolkitBase"
uuid = "7771a370-6774-4173-bd38-47e70ca0b839"
authors = ["Yingbo Ma <mayingbo5@gmail.com>", "Chris Rackauckas <accounts@chrisrackauckas.com> and contributors"]
version = "1.30.1"
version = "1.31.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -107,7 +107,7 @@ ConstructionBase = "1"
DataInterpolations = "8.7"
DataStructures = "0.18, 0.19"
DelayDiffEq = "5.61"
DiffEqBase = "6.210.0"
DiffEqBase = "6.210.0, 7"
DiffEqCallbacks = "2.16, 3, 4"
DiffEqNoiseProcess = "5"
DiffRules = "0.1, 1.0"
Expand Down Expand Up @@ -151,11 +151,11 @@ Pyomo = "0.1.0"
REPL = "1"
Random = "1"
ReadOnlyDicts = "1.0.0"
RecursiveArrayTools = "3.26"
RecursiveArrayTools = "3.26, 4"
Reexport = "0.2, 1"
RuntimeGeneratedFunctions = "0.5.12"
SCCNonlinearSolve = "1.8.1"
SciMLBase = "2.149.0"
SciMLBase = "2.149.0, 3"
SciMLPublic = "1.0.0"
SciMLStructures = "1.7"
Serialization = "1"
Expand Down
Loading