From 73dd4a3b1c68c67ef19a0ca9e2d8c05244c6cf59 Mon Sep 17 00:00:00 2001 From: Helmut Strey Date: Fri, 6 Oct 2023 09:48:36 -0400 Subject: [PATCH] a few more compat tweaks. Currently everybody needs to install Turing#master --- Project.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 8e6e16df..4a7e414a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Neuroblox" uuid = "769b91e5-4c60-41ee-bfae-153c84203cb2" repo = "https://github.com/Neuroblox/Neuroblox.jl.git" -version = "0.1.0" +version = "0.3.0" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -70,7 +70,7 @@ DSP = "0.7" DataFrames = "1.3" DiffEqBase = "6" DifferentialEquations = "7" -Distributions = "0.25" +Distributions = "0.25.102" ExponentialUtilities = "1" FFTW = "1" Flux = "0.14" @@ -83,7 +83,6 @@ JLD2 = "0.4" MAT = "0.10" MLJ = "0.20" MetaGraphs = "0.7" -ModelingToolkit = "8" ModelingToolkitStandardLibrary = "2" MuladdMacro = "0.2" NaNStatistics = "0.6" @@ -104,7 +103,7 @@ StochasticDiffEq = "6" ToeplitzMatrices = "0.8" Tracker = "0.2" Turing = "0.29" -julia = "1.9" +julia = "1.8" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"