Skip to content

Commit 06bef3a

Browse files
committed
List LinearAlgebra only as dependency
1 parent f4c7a7e commit 06bef3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
[weakdeps]
1010
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1111
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
12-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1312

1413
[extensions]
1514
AbstractFFTsChainRulesCoreExt = "ChainRulesCore"
16-
AbstractFFTsEnzymeCoreExt = ["EnzymeCore", "LinearAlgebra"]
15+
AbstractFFTsEnzymeCoreExt = "EnzymeCore"
1716

1817
[compat]
1918
ChainRulesCore = "1"

0 commit comments

Comments
 (0)