Skip to content

Commit

Permalink
Drop LinearAlgebra and PrettyTables dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Aug 21, 2023
1 parent 430ca3b commit a871756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Expand All @@ -25,7 +23,6 @@ Flux = "0.13, 0.14"
ImageCore = "0.9, 0.10"
ImageTransformations = "0.9, 0.10"
MacroTools = "0.5"
PrettyTables = "1, 2"
Tullio = "0.3"
Zygote = "0.6"
julia = "1.6"
6 changes: 1 addition & 5 deletions src/ExplainableAI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@ module ExplainableAI

using Base.Iterators
using MacroTools: @forward
using LinearAlgebra
using Distributions: Distribution, Sampleable, Normal
using Random: AbstractRNG, GLOBAL_RNG
using Flux
using Zygote
using Tullio
using Markdown

# Heatmapping:
using ImageCore
using ImageTransformations: imresize
using ColorSchemes

# Model checks:
using Markdown
using PrettyTables

include("compat.jl")
include("bibliography.jl")
include("neuron_selection.jl")
Expand Down

0 comments on commit a871756

Please sign in to comment.