Skip to content

Commit

Permalink
build: bump compat to get downgrade working
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Jun 3, 2024
1 parent 7db42de commit a04cdc0
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 @@ -24,20 +24,20 @@ DataInterpolationsSymbolicsExt = "Symbolics"

[compat]
Aqua = "0.8"
ChainRulesCore = "1"
ChainRulesCore = "1.18"
FindFirstFunctions = "1.1"
FiniteDifferences = "0.12.31"
ForwardDiff = "0.10.19"
ForwardDiff = "0.10.36"
LinearAlgebra = "1.10"
Optim = "1.6"
PrettyTables = "2"
QuadGK = "2.9.1"
RecipesBase = "1.1"
RecipesBase = "1.3"
Reexport = "1"
RegularizationTools = "0.6"
SafeTestsets = "0.1"
StableRNGs = "1"
Symbolics = "5.1"
Symbolics = "5.29"
Test = "1"
julia = "1.10"

Expand Down

0 comments on commit a04cdc0

Please sign in to comment.