Skip to content

Commit

Permalink
adding LinearAlgebra back
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Nov 2, 2023
1 parent eb7b4b4 commit 7bc73a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ 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 7bc73a1

Please sign in to comment.