diff --git a/Project.toml b/Project.toml index cbcac208d7..658e94ceaf 100644 --- a/Project.toml +++ b/Project.toml @@ -31,6 +31,9 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df" +[sources.ReactantCore] +path = "lib/ReactantCore" + [extensions] ReactantAbstractFFTsExt = "AbstractFFTs" ReactantArrayInterfaceExt = "ArrayInterface" @@ -55,6 +58,7 @@ EnzymeCore = "0.8.8" GPUArraysCore = "0.1.6, 0.2" LinearAlgebra = "1.10" NNlib = "0.9.26" +OffsetArrays = "1" OrderedCollections = "1" Preferences = "1.4" PythonCall = "0.9" @@ -74,6 +78,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"