From 2a9354208e8f66fd18550f7e2e558f92dc7e1340 Mon Sep 17 00:00:00 2001 From: Connor Date: Wed, 25 Aug 2021 15:55:54 -0600 Subject: [PATCH] removed blink to test ci --- julia/Project.toml | 1 - julia/src/Thesis.jl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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")