Skip to content

Commit

Permalink
add test deps needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Sep 22, 2024
1 parent 5a76a9e commit 6e55f15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion lib/OptimizationOptimisers/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ Reexport = "1.2"
julia = "1"

[extras]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["ForwardDiff", "Test", "Zygote"]
test = ["ComponentArrays", "ForwardDiff", "Lux", "Random", "Test", "Zygote"]
3 changes: 1 addition & 2 deletions lib/OptimizationOptimisers/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ using Zygote
end

@testset "Minibatching" begin
using Optimization, OptimizationOptimisers, Lux, Zygote, MLUtils, Statistics, Plots,
Random, ComponentArrays
using Optimization, OptimizationOptimisers, Lux, Zygote, MLUtils, Random, ComponentArrays

x = rand(10000)
y = sin.(x)
Expand Down

0 comments on commit 6e55f15

Please sign in to comment.