diff --git a/julia/Project.toml b/julia/Project.toml index f1f1f35..01d2154 100644 --- a/julia/Project.toml +++ b/julia/Project.toml @@ -4,7 +4,6 @@ authors = ["Connor Johnstone "] version = "0.1.0" [deps] -Blink = "ad839575-38b3-5650-b840-f874b8c74a25" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" diff --git a/julia/src/Thesis.jl b/julia/src/Thesis.jl index 18cd0f6..b21e0bc 100644 --- a/julia/src/Thesis.jl +++ b/julia/src/Thesis.jl @@ -1,6 +1,6 @@ module Thesis - using LinearAlgebra, ForwardDiff, Blink, PlotlyJS + using LinearAlgebra, ForwardDiff, PlotlyJS include("./constants.jl") include("./conversions.jl")