Skip to content

Commit

Permalink
Try uncapping SciMLBase and DiffEqBase
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas authored Nov 20, 2024
1 parent ecd28d6 commit 14f78af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BifurcationKit = "0.4.4"
CairoMakie = "0.12"
Combinatorics = "1.0.2"
DataStructures = "0.18"
DiffEqBase = "< 6.159.0"
DiffEqBase = "6.159.0"
DocStringExtensions = "0.8, 0.9"
DynamicPolynomials = "0.5, 0.6"
DynamicQuantities = "0.13.2, 1"
Expand All @@ -62,7 +62,7 @@ Parameters = "0.12"
Reexport = "0.2, 1.0"
Requires = "1.0"
RuntimeGeneratedFunctions = "0.5.12"
SciMLBase = "< 2.57.2"
SciMLBase = "2.57.2"
Setfield = "1"
# StructuralIdentifiability = "0.5.8"
SymbolicUtils = "2.1.2, 3.3.0"
Expand Down

0 comments on commit 14f78af

Please sign in to comment.