diff --git a/Project.toml b/Project.toml index df4addc473..be937384bf 100644 --- a/Project.toml +++ b/Project.toml @@ -26,18 +26,21 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" Random123 = "74087812-796a-5b5d-8853-05524746bad3" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df" -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" + +[sources.ReactantCore] +path = "lib/ReactantCore" [extensions] ReactantAbstractFFTsExt = "AbstractFFTs" ReactantArrayInterfaceExt = "ArrayInterface" ReactantCUDAExt = "CUDA" ReactantNNlibExt = "NNlib" -ReactantSpecialFunctionsExt = "SpecialFunctions" ReactantPythonCallExt = "PythonCall" ReactantRandom123Ext = "Random123" +ReactantSpecialFunctionsExt = "SpecialFunctions" ReactantStatisticsExt = "Statistics" ReactantYaoBlocksExt = "YaoBlocks" @@ -61,6 +64,7 @@ Random123 = "1.7" ReactantCore = "0.1.3" Reactant_jll = "0.0.34" Scratch = "1.2" +SpecialFunctions = "2" Statistics = "1.10" YaoBlocks = "0.13" julia = "1.10" @@ -71,6 +75,3 @@ ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" - -[sources.ReactantCore] -path = "lib/ReactantCore"