Skip to content

Commit

Permalink
fixx
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Feb 17, 2022
1 parent c9c385e commit ce5bd05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ julia = "1.6"

[extras]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KrylovMethods = "9a2cd570-f05c-5dc1-9209-93ad6f5727f7"
Expand All @@ -33,4 +34,6 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[targets]
test = ["BlockArrays", "ForwardDiff", "IterativeSolvers", "KrylovMethods", "NBInclude", "Pkg", "ProgressMeter", "Random", "SHA", "StableRNGs", "Test", "TimerOutputs", "UnicodePlots"]
test = ["BlockArrays", "Downloads", "ForwardDiff", "IterativeSolvers", "KrylovMethods",
"NBInclude", "Pkg", "ProgressMeter", "Random", "SHA", "StableRNGs", "Test",
"TimerOutputs", "UnicodePlots"]

0 comments on commit ce5bd05

Please sign in to comment.