From 9829e24323bb1e3450aaff1dc4df45fd0ab41d50 Mon Sep 17 00:00:00 2001
From: holmesv3 <holmesv3@msu.edu>
Date: Mon, 28 Mar 2022 17:37:47 -0400
Subject: [PATCH] Add method

---
 Project.toml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Project.toml b/Project.toml
index f23e6db..0a81dfa 100644
--- a/Project.toml
+++ b/Project.toml
@@ -3,6 +3,11 @@ uuid = "b792393f-c282-49a7-9f38-c9eb706a4cbb"
 authors = ["holmesv3 <holmesv3@msu.edu> and contributors"]
 version = "0.1.0"
 
+[deps]
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
+Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
+SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
+
 [compat]
 julia = "1"