From eb7b4b47967c6a4be940fe2545990ccd8b99b5bb Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 2 Nov 2023 10:09:27 -0500 Subject: [PATCH] remove LinearAlgebra as dependency since it's a stdlib --- Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2dd3ed3..5421504 100644 --- a/Project.toml +++ b/Project.toml @@ -5,13 +5,11 @@ version = "1.0.0" [deps] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] DelimitedFiles = "1" -LinearAlgebra = "1" SpecialFunctions = "2" StaticArrays = "1" julia = "1.3"