Skip to content

Commit

Permalink
make toml future proof
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Nov 17, 2023
1 parent 2d60df6 commit 77a0ff7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,36 +44,55 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Aqua = "^0.8"
AbstractDifferentiation = "^0.5, 0.6"
AxisKeys = "^0.2"
BlockTriangularForm = "^0.1"
ChainRulesCore = "^1"
CSV = "^0.10"
DataFrames = "^1"
DataStructures = "^0.18"
DocStringExtensions = "^0.8, 0.9"
DynamicPPL = "^0.24"
DynarePreprocessor_jll = "^6.2"
FiniteDifferences = "^0.12"
ForwardDiff = "^0.10"
ImplicitDifferentiation = "^0.5"
JET = "^0.8"
JSON = "^0.21"
JuMP = "^1"
Krylov = "^0.9"
LaTeXStrings = "^1"
LinearAlgebra = "^1"
LinearOperators = "^2"
LineSearches = "^7"
MacroTools = "^0.5"
MadNLP = "^0.7"
MatrixEquations = "^2"
MCMCChains = "^6"
NLopt = "^1"
Optim = "^1"
Plots = "^1"
PrecompileTools = "^1"
Random = "^1"
RecursiveFactorization = "^0.2"
REPL = "^1"
Reexport = "^1"
Requires = "^1"
RuntimeGeneratedFunctions = "^0.5"
SparseArrays = "^1"
SpecialFunctions = "^2"
SpeedMapping = "^0.3"
StatsPlots = "^0.15"
Subscripts = "^0.1"
SymPyPythonCall = "^0.2"
Symbolics = "^5"
Test = "^1"
ThreadedSparseArrays = "^0.2"
Turing = "^0.29"
julia = "1.8"
Unicode = "^1"
Zygote = "^0.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 77a0ff7

Please sign in to comment.