Skip to content

Commit

Permalink
added FillArrays as a test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Oct 1, 2023
1 parent e1bb661 commit eaf9d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ Transducers = "0.4.30"
julia = "1.6"

[extras]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["IJulia", "Statistics", "Test"]
test = ["FillArrays", "IJulia", "Statistics", "Test"]

0 comments on commit eaf9d50

Please sign in to comment.