Skip to content

Commit

Permalink
remove LinearAlgebra as dependency since it's a stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Nov 2, 2023
1 parent d05794d commit eb7b4b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb7b4b4

Please sign in to comment.