Skip to content

Commit 96aae8b

Browse files
github-actions[bot]CompatHelper Julia
andauthored
CompatHelper: add new compat entry for SpecialFunctions in [weakdeps] at version 2 for package ., (keep existing compat) (#454)
Co-authored-by: CompatHelper Julia <[email protected]>
1 parent b84ed5d commit 96aae8b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Project.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,21 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
2626
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
2727
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
2828
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
29+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2930
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
3031
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"
31-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
32+
33+
[sources.ReactantCore]
34+
path = "lib/ReactantCore"
3235

3336
[extensions]
3437
ReactantAbstractFFTsExt = "AbstractFFTs"
3538
ReactantArrayInterfaceExt = "ArrayInterface"
3639
ReactantCUDAExt = "CUDA"
3740
ReactantNNlibExt = "NNlib"
38-
ReactantSpecialFunctionsExt = "SpecialFunctions"
3941
ReactantPythonCallExt = "PythonCall"
4042
ReactantRandom123Ext = "Random123"
43+
ReactantSpecialFunctionsExt = "SpecialFunctions"
4144
ReactantStatisticsExt = "Statistics"
4245
ReactantYaoBlocksExt = "YaoBlocks"
4346

@@ -61,6 +64,7 @@ Random123 = "1.7"
6164
ReactantCore = "0.1.3"
6265
Reactant_jll = "0.0.34"
6366
Scratch = "1.2"
67+
SpecialFunctions = "2"
6468
Statistics = "1.10"
6569
YaoBlocks = "0.13"
6670
julia = "1.10"
@@ -71,6 +75,3 @@ ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
7175
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
7276
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
7377
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
74-
75-
[sources.ReactantCore]
76-
path = "lib/ReactantCore"

0 commit comments

Comments
 (0)