@@ -66,10 +66,10 @@ uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
66
66
version = " 1.1.1"
67
67
68
68
[[deps .ArrayInterface ]]
69
- deps = [" Adapt" , " LinearAlgebra" , " SparseArrays " , " SuiteSparse " ]
70
- git-tree-sha1 = " 5c9b74c973181571deb6442d41e5c902e6b9f38e "
69
+ deps = [" Adapt" , " LinearAlgebra" ]
70
+ git-tree-sha1 = " 8c5b39db37c1d0340bf3b14895fba160c2d6cbb5 "
71
71
uuid = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
72
- version = " 7.12 .0"
72
+ version = " 7.14 .0"
73
73
74
74
[deps .ArrayInterface .extensions ]
75
75
ArrayInterfaceBandedMatricesExt = " BandedMatrices"
@@ -79,7 +79,8 @@ version = "7.12.0"
79
79
ArrayInterfaceChainRulesExt = " ChainRules"
80
80
ArrayInterfaceGPUArraysCoreExt = " GPUArraysCore"
81
81
ArrayInterfaceReverseDiffExt = " ReverseDiff"
82
- ArrayInterfaceStaticArraysCoreExt = " StaticArraysCore"
82
+ ArrayInterfaceSparseArraysExt = " SparseArrays"
83
+ ArrayInterfaceStaticArraysExt = " StaticArrays"
83
84
ArrayInterfaceTrackerExt = " Tracker"
84
85
85
86
[deps .ArrayInterface .weakdeps ]
@@ -90,7 +91,8 @@ version = "7.12.0"
90
91
ChainRules = " 082447d4-558c-5d27-93f4-14fc19e9eca2"
91
92
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
92
93
ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
93
- StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
94
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
95
+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
94
96
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
95
97
96
98
[[deps .Artifacts ]]
@@ -146,9 +148,9 @@ version = "0.1.5"
146
148
147
149
[[deps .BioStructures ]]
148
150
deps = [" BioGenerics" , " BioSymbols" , " CodecZlib" , " Downloads" , " Format" , " LinearAlgebra" , " PrecompileTools" , " RecipesBase" , " Statistics" ]
149
- git-tree-sha1 = " 5bc9736b06063d04bc664a0e2445cbc3412012d0 "
151
+ git-tree-sha1 = " 4326bae6741b7f929b67ea8a1987782001c8b1dd "
150
152
uuid = " de9282ab-8554-53be-b2d6-f6c222edabfc"
151
- version = " 4.0 .0"
153
+ version = " 4.1 .0"
152
154
153
155
[deps .BioStructures .extensions ]
154
156
BioStructuresBioAlignmentsExt = [" BioSequences" , " BioAlignments" ]
@@ -734,10 +736,10 @@ version = "0.11.1"
734
736
CategoricalArrays = " 324d7699-5711-5eae-9e2f-1d82baa6b597"
735
737
736
738
[[deps .Lux ]]
737
- deps = [" ADTypes" , " Adapt" , " ArgCheck" , " ArrayInterface" , " ChainRulesCore" , " Compat" , " ConcreteStructs" , " ConstructionBase" , " EnzymeCore" , " FastClosures" , " ForwardDiff" , " Functors" , " GPUArraysCore" , " LinearAlgebra" , " LossFunctions" , " LuxCore" , " LuxDeviceUtils" , " LuxLib" , " MacroTools" , " Markdown" , " Optimisers" , " Preferences" , " Random" , " Reexport" , " Setfield" , " Statistics" , " UnrolledUtilities" , " WeightInitializers" ]
738
- git-tree-sha1 = " cad82f8dc3239ea5b9eda9e918f11da98616ec8e "
739
+ deps = [" ADTypes" , " Adapt" , " ArgCheck" , " ArrayInterface" , " ChainRulesCore" , " Compat" , " ConcreteStructs" , " ConstructionBase" , " DispatchDoctor " , " EnzymeCore" , " FastClosures" , " ForwardDiff" , " Functors" , " GPUArraysCore" , " LinearAlgebra" , " LossFunctions" , " LuxCore" , " LuxDeviceUtils" , " LuxLib" , " MacroTools" , " Markdown" , " NNlib " , " Optimisers" , " Preferences" , " Random" , " Reexport" , " Setfield" , " Statistics" , " UnrolledUtilities" , " WeightInitializers" ]
740
+ git-tree-sha1 = " 9b362dc50fc1ab1bb7222cfbabe104358d85b3f9 "
739
741
uuid = " b2108857-7c20-44ae-9111-449ecde12c47"
740
- version = " 0.5.61 "
742
+ version = " 0.5.62 "
741
743
742
744
[deps .Lux .extensions ]
743
745
LuxComponentArraysExt = " ComponentArrays"
@@ -769,14 +771,15 @@ version = "0.5.61"
769
771
770
772
[[deps .LuxCore ]]
771
773
deps = [" Compat" , " DispatchDoctor" , " Functors" , " Random" , " Setfield" ]
772
- git-tree-sha1 = " e25dd111094e3eefdcac5f094e7a8221b98ee44c "
774
+ git-tree-sha1 = " ddb556f073f7acbafa1589075a87ef4f3d7e02d2 "
773
775
uuid = " bb33d45b-7691-41d6-9220-0943567d0623"
774
- version = " 0.1.21 "
775
- weakdeps = [" ChainRulesCore" , " EnzymeCore" ]
776
+ version = " 0.1.22 "
777
+ weakdeps = [" ChainRulesCore" , " EnzymeCore" , " MLDataDevices " ]
776
778
777
779
[deps .LuxCore .extensions ]
778
780
LuxCoreChainRulesCoreExt = " ChainRulesCore"
779
781
LuxCoreEnzymeCoreExt = " EnzymeCore"
782
+ LuxCoreMLDataDevicesExt = " MLDataDevices"
780
783
781
784
[[deps .LuxDeviceUtils ]]
782
785
deps = [" Adapt" , " ChainRulesCore" , " Functors" , " LuxCore" , " Preferences" , " Random" , " UnrolledUtilities" ]
@@ -813,10 +816,10 @@ version = "0.1.26"
813
816
oneAPI = " 8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
814
817
815
818
[[deps .LuxLib ]]
816
- deps = [" ArrayInterface" , " ChainRulesCore" , " DispatchDoctor" , " EnzymeCore" , " FastClosures" , " ForwardDiff" , " KernelAbstractions" , " LinearAlgebra" , " LuxCore" , " LuxDeviceUtils " , " Markdown" , " NNlib" , " Random" , " Reexport" , " SLEEFPirates" , " StaticArraysCore" , " Statistics" , " UnrolledUtilities" ]
817
- git-tree-sha1 = " 28c3e6ced4d45bb112e1322668f59e23523b784c "
819
+ deps = [" ArrayInterface" , " ChainRulesCore" , " DispatchDoctor" , " EnzymeCore" , " FastClosures" , " ForwardDiff" , " KernelAbstractions" , " LinearAlgebra" , " LuxCore" , " MLDataDevices " , " Markdown" , " NNlib" , " Random" , " Reexport" , " SLEEFPirates" , " StaticArraysCore" , " Statistics" , " UnrolledUtilities" ]
820
+ git-tree-sha1 = " 7f5984033c9e41840111ec26b75bfb9c292db1d8 "
818
821
uuid = " 82251201-b29d-42c6-8e01-566dec8acb11"
819
- version = " 0.3.34 "
822
+ version = " 0.3.37 "
820
823
821
824
[deps .LuxLib .extensions ]
822
825
LuxLibCUDAExt = " CUDA"
@@ -832,6 +835,40 @@ version = "0.3.34"
832
835
Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
833
836
cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
834
837
838
+ [[deps .MLDataDevices ]]
839
+ deps = [" Adapt" , " ChainRulesCore" , " Functors" , " Preferences" , " Random" , " UnrolledUtilities" ]
840
+ git-tree-sha1 = " 7c8a26a11195c49062d11f3f0160335b10f07303"
841
+ uuid = " 7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
842
+ version = " 1.0.0"
843
+
844
+ [deps .MLDataDevices .extensions ]
845
+ MLDataDevicesAMDGPUExt = " AMDGPU"
846
+ MLDataDevicesCUDAExt = " CUDA"
847
+ MLDataDevicesFillArraysExt = " FillArrays"
848
+ MLDataDevicesGPUArraysExt = " GPUArrays"
849
+ MLDataDevicesMetalExt = [" GPUArrays" , " Metal" ]
850
+ MLDataDevicesRecursiveArrayToolsExt = " RecursiveArrayTools"
851
+ MLDataDevicesReverseDiffExt = " ReverseDiff"
852
+ MLDataDevicesSparseArraysExt = " SparseArrays"
853
+ MLDataDevicesTrackerExt = " Tracker"
854
+ MLDataDevicesZygoteExt = " Zygote"
855
+ MLDataDevicescuDNNExt = [" CUDA" , " cuDNN" ]
856
+ MLDataDevicesoneAPIExt = [" GPUArrays" , " oneAPI" ]
857
+
858
+ [deps .MLDataDevices .weakdeps ]
859
+ AMDGPU = " 21141c5a-9bdb-4563-92ae-f87d6854732e"
860
+ CUDA = " 052768ef-5323-5732-b1bb-66c8b64840ba"
861
+ FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
862
+ GPUArrays = " 0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
863
+ Metal = " dde4c033-4e86-420c-a63e-0dd931031962"
864
+ RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
865
+ ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
866
+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
867
+ Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
868
+ Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
869
+ cuDNN = " 02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
870
+ oneAPI = " 8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
871
+
835
872
[[deps .MacroTools ]]
836
873
deps = [" Markdown" , " Random" ]
837
874
git-tree-sha1 = " 2fa9ee3e63fd3a4f7a9a4f4744a52f4856de82df"
@@ -1321,9 +1358,9 @@ weakdeps = ["Requires", "StaticArraysCore"]
1321
1358
1322
1359
[[deps .WeightInitializers ]]
1323
1360
deps = [" ArgCheck" , " ChainRulesCore" , " ConcreteStructs" , " GPUArraysCore" , " LinearAlgebra" , " Random" , " SpecialFunctions" , " Statistics" ]
1324
- git-tree-sha1 = " 2bf1485c270ac087ad707df929ce00de19a885ee "
1361
+ git-tree-sha1 = " 58d74e2f95c825935b8307360e66b73359db47fd "
1325
1362
uuid = " d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
1326
- version = " 0.1.10 "
1363
+ version = " 1.0.0 "
1327
1364
1328
1365
[deps .WeightInitializers .extensions ]
1329
1366
WeightInitializersAMDGPUExt = [" AMDGPU" , " GPUArrays" ]
0 commit comments