Skip to content

Commit

Permalink
a few more compat tweaks. Currently everybody needs to install Turing…
Browse files Browse the repository at this point in the history
…#master
  • Loading branch information
helmutstrey committed Oct 6, 2023
1 parent 8db6bea commit 73dd4a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 73dd4a3

Please sign in to comment.