Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-metherell authored Aug 29, 2024
1 parent 0b8ae5d commit 28fe4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mice.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Mice
using AxisArrays: axes, AxisArray, AxisMatrix, AxisVector
using CategoricalArrays: CategoricalArray, CategoricalPool, CategoricalValue, levels
using Distributions: ccdf, Chisq, FDist, Normal, TDist
using LinearAlgebra: cholesky, Diagonal, diagm, eigen, inv, qr, rank, svd
using LinearAlgebra: cholesky, Diagonal, diagm, eigen, Hermitian, inv, qr, rank, svd
using PrecompileTools: @compile_workload
using Printf: @printf
using Random: rand, randn, randperm
Expand Down Expand Up @@ -465,4 +465,4 @@ module Mice
export bindImputations, complete, findMissings, listComplete, makeMethods, makePredictorMatrix, mice, Mids, Mipo, Mira, pool, plot, with

include("precompile.jl")
end
end

0 comments on commit 28fe4ed

Please sign in to comment.