Skip to content

Commit

Permalink
CompatHelper: bump compat for SparseDiffTools to 2, (keep existing co…
Browse files Browse the repository at this point in the history
…mpat)
  • Loading branch information
CompatHelper Julia committed Mar 23, 2023
1 parent 8cf6c09 commit d9c810d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Adapt = "3"
ArrayInterface = "6, 7"
DataStructures = "0.18"
DiffEqBase = "6.122"
JumpProcesses = "9"
DiffEqNoiseProcess = "5.13"
DocStringExtensions = "0.8, 0.9"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
FiniteDiff = "2"
ForwardDiff = "0.10.3"
JumpProcesses = "9"
LevyArea = "1.0.0"
MuladdMacro = "0.2.1"
NLsolve = "4"
Expand All @@ -49,7 +49,7 @@ RandomNumbers = "1.5.3"
RecursiveArrayTools = "2"
Reexport = "0.2, 1.0"
SciMLBase = "1.70"
SparseDiffTools = "0.9, 0.10, 1.0"
SparseDiffTools = "0.9, 0.10, 1.0, 2"
StaticArrays = "0.11, 0.12, 1.0"
UnPack = "0.1, 1.0"
julia = "1.6"
Expand All @@ -60,8 +60,8 @@ DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit d9c810d

@gaurav-arya
Copy link
Member

@gaurav-arya gaurav-arya commented on d9c810d Mar 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChrisRackauckas can we get a release for the SparseDiffTools compat bump here? cc @vpuri3

@ChrisRackauckas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need SciML/OrdinaryDiffEq.jl#1917 to really test this well.

Please sign in to comment.