We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac79b0 commit cfd25c4Copy full SHA for cfd25c4
Project.toml
@@ -5,18 +5,19 @@ version = "0.3.0-DEV"
5
[deps]
6
SIMDMath = "5443be0b-e40a-4f70-a07e-dcd652efc383"
7
8
+[weakdeps]
9
+EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
10
+
11
+[extensions]
12
+BesselsEnzymeCoreExt = "EnzymeCore"
13
14
[compat]
15
+EnzymeCore = "0.7"
16
SIMDMath = "0.2.5"
17
julia = "1.9"
18
19
[extras]
20
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21
-[weakdeps]
-EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
-
-[extensions]
-BesselsEnzymeCoreExt = "EnzymeCore"
22
[targets]
23
test = ["Test"]
0 commit comments