Skip to content

Commit

Permalink
Merge pull request #69 from christiangnrd/patch-1
Browse files Browse the repository at this point in the history
Remove Test dependency
  • Loading branch information
milankl authored Apr 11, 2024
2 parents e01e68d + d755107 commit 6288913
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ version = "0.5.0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 6288913

Please sign in to comment.