Skip to content

Commit

Permalink
decrease compat bound on SciMLBase
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Oct 20, 2023
1 parent 716fb53 commit db5956b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ ArnoldiMethod = "0.0.4, 0.1, 0.2"
Arpack = "=0.5.3"
BlockArrays = "0.14, 0.15, ^0.16"
DataStructures = "0.17, 0.18"
DocStringExtensions = "0.8.2, 0.8.3, 0.9"
FastGaussQuadrature = "^0.4, ^0.5"
DocStringExtensions = "^0.8, ^0.9"
FastGaussQuadrature = "^0.4, ^0.5, 1"
ForwardDiff = "^0.10"
IterativeSolvers = "0.8.4, 0.8.5, ^0.9"
KrylovKit = "0.5.4, ^0.6"
LinearMaps = "2.7, ^3.0"
OrdinaryDiffEq = "^6.33"
Parameters = "0.12.3"
RecipesBase = "1.0, 1.1"
RecursiveArrayTools = "2.3, 2.4, 2.8, ^2.9"
RecursiveArrayTools = "^2.3, ^2.4, ^2.8, ^2.9"
Reexport = "1.2.2"
Requires = "1.1.2"
SciMLBase = "2.0.7"
SciMLBase = "^1, ^2"
Setfield = "0.5.0, 0.7.0, 0.8.0, ^1.1"
StructArrays = "0.4, ^0.6"
julia = "1.5"
Expand Down

0 comments on commit db5956b

Please sign in to comment.