Skip to content

Commit

Permalink
Introduce compat statements (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclyons12 authored Jul 18, 2024
1 parent 0528e6f commit 1473f0f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
BSON = "0.3"
FFTW = "1"
FiniteElementHermite = "1"
ForwardDiff = "0.10"
JuMP = "1"
LinearSolve = "2"
NLopt = "0.6, 1"
Optim = "1"
PlotUtils = "1"
PreallocationTools = "0.4"
QuadGK = "2 - 2.9.1, 2.9.4"
RecipesBase = "1"
Roots = "2"
SparseArrays = "1"
StaticArrays = "1"
julia = "1"

0 comments on commit 1473f0f

Please sign in to comment.