Skip to content

Commit

Permalink
Fix Aqua issue (#312)
Browse files Browse the repository at this point in the history
* Update Aqua.yml

* add version chainrulescore

* add test/Project.toml

---------

Co-authored-by: tmigot <[email protected]>
  • Loading branch information
geoffroyleconte and tmigot authored Feb 23, 2024
1 parent 5ce0dc0 commit 9cb279b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
LinearOperatorsChainRulesCoreExt = "ChainRulesCore"

[compat]
ChainRulesCore = "1"
FastClosures = "0.2, 0.3"
LDLFactorizations = "0.9, 0.10"
LinearAlgebra = "1"
Printf = "1"
Requires = "1"
SparseArrays = "1"
TimerOutputs = "^0.5"
julia = "^1.6.0"

[extras]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["Arpack", "Test", "TestSetExtensions", "Zygote"]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
25 changes: 25 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Arpack = "0.5"
ChainRulesCore = "1"
FastClosures = "0.2, 0.3"
LDLFactorizations = "0.9, 0.10"
Requires = "1"
Test = "1"
TestSetExtensions = "3"
TimerOutputs = "^0.5"
Zygote = "0.6"
julia = "^1.6.0"

0 comments on commit 9cb279b

Please sign in to comment.