From 77a0ff73259c8a79289b2a9411a8e1a6c3f251d9 Mon Sep 17 00:00:00 2001 From: thorek1 Date: Fri, 17 Nov 2023 12:20:11 +0000 Subject: [PATCH] make toml future proof --- Project.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Project.toml b/Project.toml index 6e997781..a2ff93d8 100644 --- a/Project.toml +++ b/Project.toml @@ -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"