Skip to content

Commit

Permalink
Merge pull request #220 from MagneticResonanceImaging/remove_unsed
Browse files Browse the repository at this point in the history
remove Distributions dependency
  • Loading branch information
tknopp authored Dec 26, 2024
2 parents 13cc6c9 + 6652977 commit 86077a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions MRIOperators/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.3.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
MRIBase = "f7771a9a-6e57-4e71-863b-6e4b6a2f17df"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -24,7 +23,6 @@ GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
[compat]
Adapt = "3, 4"
StatsBase = "0.33, 0.34"
Distributions = "0.25"
GPUArrays = "8, 9, 10"
JLArrays = "0.1"
julia = "1.6"
Expand Down
1 change: 0 additions & 1 deletion MRIOperators/src/MRIOperators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ using Wavelets
using FLoops

using LowRankApprox: psvd
using Distributions
using StatsBase

include("Shutter.jl")
Expand Down

0 comments on commit 86077a6

Please sign in to comment.