diff --git a/Project.toml b/Project.toml index df828b51..ab82ddfa 100644 --- a/Project.toml +++ b/Project.toml @@ -24,8 +24,8 @@ ArrayInterfaceBandedMatricesExt = "BandedMatrices" ArrayInterfaceBlockBandedMatricesExt = "BlockBandedMatrices" ArrayInterfaceCUDAExt = "CUDA" ArrayInterfaceCUDSSExt = "CUDSS" -ArrayInterfaceChainRulesExt = "ChainRules" ArrayInterfaceChainRulesCoreExt = "ChainRulesCore" +ArrayInterfaceChainRulesExt = "ChainRules" ArrayInterfaceGPUArraysCoreExt = "GPUArraysCore" ArrayInterfaceReverseDiffExt = "ReverseDiff" ArrayInterfaceSparseArraysExt = "SparseArrays" @@ -37,7 +37,7 @@ Adapt = "4" BandedMatrices = "1" BlockBandedMatrices = "0.13" CUDA = "5" -CUDSS = "0.2, 0.3" +CUDSS = "0.2, 0.3, 0.4" ChainRules = "1" ChainRulesCore = "1" ChainRulesTestUtils = "1"