Skip to content

Commit

Permalink
remove Plots dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Sep 7, 2023
1 parent d8f027e commit 9ed7e7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 130 deletions.
5 changes: 1 addition & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LaplaceRedux"
uuid = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
authors = ["Patrick Altmeyer"]
version = "0.1.2"
version = "0.1.3"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -16,10 +16,8 @@ MLJFlux = "094fc8d1-fd35-5302-93ea-dabda2abf845"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
Expand All @@ -37,7 +35,6 @@ MLJFlux = "0.2.10, 0.3"
MLJModelInterface = "1.8.0"
MLUtils = "0.4.3"
Parameters = "0.12"
Plots = "1"
ProgressMeter = "1.7.2"
Tables = "1.10.1"
Tullio = "0.3.5"
Expand Down
2 changes: 0 additions & 2 deletions src/LaplaceRedux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ export optimize_prior!,
include("mlj_flux.jl")
export LaplaceApproximation

include("plotting.jl")

end
124 changes: 0 additions & 124 deletions src/plotting.jl

This file was deleted.

0 comments on commit 9ed7e7e

Please sign in to comment.