diff --git a/Project.toml b/Project.toml index 346c63e9f..003b1fc29 100644 --- a/Project.toml +++ b/Project.toml @@ -26,16 +26,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" -[weakdeps] -Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" -Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" -Tracker= "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" - -[extensions] -ZygoteColorsExt = "Colors" -ZygoteDistancesExt = "Distances" -ZygoteTrackerExt = "Tracker" - [compat] AbstractFFTs = "1.3.1" ChainRules = "1.44.1" @@ -44,7 +34,7 @@ ChainRulesTestUtils = "1" Colors = "0.12" DiffRules = "1.4" Distances = "0.10" -FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13" +FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" ForwardDiff = "0.10" GPUArrays = "8.4.2" GPUArraysCore = "0.1.1" @@ -59,11 +49,16 @@ Tracker = "0.2" ZygoteRules = "0.2.1" julia = "1.6" +[extensions] +ZygoteColorsExt = "Colors" +ZygoteDistancesExt = "Distances" +ZygoteTrackerExt = "Tracker" + [extras] -Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" -Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a" +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" +Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000" @@ -73,3 +68,8 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" [targets] test = ["ChainRulesTestUtils", "Conda", "CUDA", "Distances", "FFTW", "FiniteDifferences", "PyCall", "Test"] + +[weakdeps] +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" +Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" +Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"