Skip to content

Commit

Permalink
CompatHelper: bump compat for AbstractNeuralNetworks to 0.5, (keep ex…
Browse files Browse the repository at this point in the history
…isting compat)
  • Loading branch information
CompatHelper Julia committed Dec 6, 2024
1 parent 8d610cc commit 4d9cde2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
AbstractNeuralNetworks = "0.3, 0.4"
AbstractNeuralNetworks = "0.3, 0.4, 0.5"
Documenter = "1.8.0"
ForwardDiff = "0.10.38"
Latexify = "0.16.5"
Expand All @@ -31,4 +31,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["Test", "ForwardDiff", "Random", "Documenter", "Latexify", "SafeTestsets", "Zygote"]
test = ["Test", "ForwardDiff", "Random", "Documenter", "Latexify", "SafeTestsets", "Zygote"]

0 comments on commit 4d9cde2

Please sign in to comment.