2
2
3
3
julia_version = " 1.9.0-rc1"
4
4
manifest_format = " 2.0"
5
- project_hash = " dcdbcdb4ea4b1dc205c09b0c4001bdc59a62e0dc "
5
+ project_hash = " bbbcbbc4757712a6dfd233e98a42ee94360ad041 "
6
6
7
7
[[deps .ATK_jll ]]
8
8
deps = [" Artifacts" , " Glib_jll" , " JLLWrappers" , " Libdl" , " Pkg" ]
@@ -85,10 +85,10 @@ uuid = "ec485272-7323-5ecc-a04f-4719b315124d"
85
85
version = " 0.2.0"
86
86
87
87
[[deps .ArrayInterface ]]
88
- deps = [" ArrayInterfaceCore " , " Compat " , " IfElse " , " LinearAlgebra " , " Static" ]
89
- git-tree-sha1 = " d956c0606a3bc1112a1f99a8b2309b79558d9921 "
88
+ deps = [" Compat " , " IfElse " , " LinearAlgebra " , " Requires " , " SparseArrays " , " Static" ]
89
+ git-tree-sha1 = " 81f0cb60dc994ca17f68d9fb7c942a5ae70d9ee4 "
90
90
uuid = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
91
- version = " 6 .0.17 "
91
+ version = " 5 .0.8 "
92
92
93
93
[[deps .ArrayInterfaceCore ]]
94
94
deps = [" LinearAlgebra" , " SnoopPrecompile" , " SparseArrays" , " SuiteSparse" ]
@@ -102,18 +102,6 @@ git-tree-sha1 = "fc114f550b93d4c79632c2ada2924635aabfa5ed"
102
102
uuid = " 6ba088a2-8465-4c0a-af30-387133b534db"
103
103
version = " 0.2.2"
104
104
105
- [[deps .ArrayInterfaceOffsetArrays ]]
106
- deps = [" ArrayInterface" , " OffsetArrays" , " Static" ]
107
- git-tree-sha1 = " 7dce0e2846e7496622f5d2742502d7e029693458"
108
- uuid = " 015c0d05-e682-4f19-8f0a-679ce4c54826"
109
- version = " 0.1.5"
110
-
111
- [[deps .ArrayInterfaceStaticArrays ]]
112
- deps = [" Adapt" , " ArrayInterface" , " LinearAlgebra" , " Static" , " StaticArrays" ]
113
- git-tree-sha1 = " d7dc30474e73173a990eca86af76cae8790fa9f2"
114
- uuid = " b0d46f97-bff5-4637-a19a-dd75974142cd"
115
- version = " 0.1.2"
116
-
117
105
[[deps .ArrayInterfaceStaticArraysCore ]]
118
106
deps = [" ArrayInterfaceCore" , " LinearAlgebra" , " StaticArraysCore" ]
119
107
git-tree-sha1 = " 01a9f8e6cfc2bfdd01d333f70b8014a04893103c"
@@ -326,14 +314,10 @@ uuid = "bbf7d656-a473-5ed7-a52c-81e309532950"
326
314
version = " 0.3.0"
327
315
328
316
[[deps .Compat ]]
329
- deps = [" UUIDs" ]
330
- git-tree-sha1 = " 7a60c856b9fa189eb34f5f8a6f6b5529b7942957 "
317
+ deps = [" Base64 " , " Dates " , " DelimitedFiles " , " Distributed " , " InteractiveUtils " , " LibGit2 " , " Libdl " , " LinearAlgebra " , " Markdown " , " Mmap " , " Pkg " , " Printf " , " REPL " , " Random " , " SHA " , " Serialization " , " SharedArrays " , " Sockets " , " SparseArrays " , " Statistics " , " Test " , " UUIDs" , " Unicode " ]
318
+ git-tree-sha1 = " 6c0100a8cf4ed66f66e2039af7cde3357814bad2 "
331
319
uuid = " 34da2185-b29b-5c13-b0c7-acf172513d20"
332
- version = " 4.6.1"
333
- weakdeps = [" Dates" , " LinearAlgebra" ]
334
-
335
- [deps .Compat .extensions ]
336
- CompatLinearAlgebraExt = " LinearAlgebra"
320
+ version = " 3.46.2"
337
321
338
322
[[deps .CompilerSupportLibraries_jll ]]
339
323
deps = [" Artifacts" , " Libdl" ]
@@ -400,16 +384,22 @@ git-tree-sha1 = "1a3f97f907e6dd8983b744d2642651bb162a3f7a"
400
384
uuid = " dc8bdbbb-1ca9-579f-8c36-e416f6a65cce"
401
385
version = " 1.0.2"
402
386
387
+ [[deps .DEDataArrays ]]
388
+ deps = [" ArrayInterface" , " DocStringExtensions" , " LinearAlgebra" , " RecursiveArrayTools" , " SciMLBase" , " StaticArrays" ]
389
+ git-tree-sha1 = " fb2693e875ba9db2e64b684b2765e210c0d41231"
390
+ uuid = " 754358af-613d-5f8d-9788-280bf1605d4c"
391
+ version = " 0.2.4"
392
+
403
393
[[deps .DataAPI ]]
404
394
git-tree-sha1 = " e8119c1a33d267e16108be441a287a6981ba1630"
405
395
uuid = " 9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
406
396
version = " 1.14.0"
407
397
408
398
[[deps .DataFrames ]]
409
- deps = [" Compat" , " DataAPI" , " Future" , " InlineStrings " , " InvertedIndices" , " IteratorInterfaceExtensions" , " LinearAlgebra" , " Markdown" , " Missings" , " PooledArrays" , " PrettyTables" , " Printf" , " REPL" , " Random " , " Reexport" , " SentinelArrays " , " SnoopPrecompile " , " SortingAlgorithms" , " Statistics" , " TableTraits" , " Tables" , " Unicode" ]
410
- git-tree-sha1 = " aa51303df86f8626a962fccb878430cdb0a97eee "
399
+ deps = [" Compat" , " DataAPI" , " Future" , " InvertedIndices" , " IteratorInterfaceExtensions" , " LinearAlgebra" , " Markdown" , " Missings" , " PooledArrays" , " PrettyTables" , " Printf" , " REPL" , " Reexport" , " SortingAlgorithms" , " Statistics" , " TableTraits" , " Tables" , " Unicode" ]
400
+ git-tree-sha1 = " db2a9cb664fcea7836da4b414c3278d71dd602d2 "
411
401
uuid = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
412
- version = " 1.5.0 "
402
+ version = " 1.3.6 "
413
403
414
404
[[deps .DataStructures ]]
415
405
deps = [" Compat" , " InteractiveUtils" , " OrderedCollections" ]
@@ -456,10 +446,10 @@ uuid = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
456
446
version = " 0.3.25"
457
447
458
448
[[deps .DiffEqBase ]]
459
- deps = [" ArrayInterfaceCore " , " ChainRulesCore" , " DataStructures" , " Distributions" , " DocStringExtensions" , " FastBroadcast" , " ForwardDiff" , " FunctionWrappers" , " LinearAlgebra" , " Logging" , " MuladdMacro" , " NonlinearSolve" , " Parameters" , " Printf" , " RecursiveArrayTools" , " Reexport" , " Requires" , " SciMLBase" , " Setfield" , " SparseArrays" , " StaticArrays" , " Statistics" , " ZygoteRules" ]
460
- git-tree-sha1 = " fb4d56afb939f233e2abf964e619ef069a021e26 "
449
+ deps = [" ArrayInterface " , " ChainRulesCore" , " DEDataArrays " , " DataStructures" , " Distributions" , " DocStringExtensions" , " FastBroadcast" , " ForwardDiff" , " FunctionWrappers" , " IterativeSolvers " , " LabelledArrays " , " LinearAlgebra" , " Logging" , " MuladdMacro" , " NonlinearSolve" , " Parameters" , " PreallocationTools " , " Printf" , " RecursiveArrayTools" , " RecursiveFactorization " , " Reexport" , " Requires" , " SciMLBase" , " Setfield" , " SparseArrays" , " StaticArrays" , " Statistics" , " SuiteSparse " , " ZygoteRules" ]
450
+ git-tree-sha1 = " bd3812f2be255da87a2438c3b87a0a478cdbd050 "
461
451
uuid = " 2b5f629d-d688-5b77-993f-72d75c75574e"
462
- version = " 6.95.2 "
452
+ version = " 6.84.0 "
463
453
464
454
[[deps .DiffResults ]]
465
455
deps = [" StaticArraysCore" ]
@@ -497,9 +487,9 @@ version = "0.6.43"
497
487
498
488
[[deps .DocStringExtensions ]]
499
489
deps = [" LibGit2" ]
500
- git-tree-sha1 = " 2fb1e02f2b635d0845df5d7c167fec4dd739b00d "
490
+ git-tree-sha1 = " b19534d1895d702889b219c382a6e18010797f0b "
501
491
uuid = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
502
- version = " 0.9.3 "
492
+ version = " 0.8.6 "
503
493
504
494
[[deps .DoubleFloats ]]
505
495
deps = [" GenericLinearAlgebra" , " LinearAlgebra" , " Polynomials" , " Printf" , " Quadmath" , " Random" , " Requires" , " SpecialFunctions" ]
@@ -589,10 +579,10 @@ uuid = "f5851436-0d7a-5f13-b9de-f02708fd171a"
589
579
version = " 3.3.10+0"
590
580
591
581
[[deps .FastBroadcast ]]
592
- deps = [" ArrayInterface " , " ArrayInterfaceCore " , " LinearAlgebra" , " Polyester" , " Static" , " StrideArraysCore" ]
593
- git-tree-sha1 = " 4bef892787c972913d4d84e7255400759bb650e5 "
582
+ deps = [" LinearAlgebra" , " Polyester" , " Static" , " StrideArraysCore" ]
583
+ git-tree-sha1 = " 2bef6a96059e40dcf7a69c39506672d551fee983 "
594
584
uuid = " 7034ab61-46d4-4ed7-9d0f-46aef9175898"
595
- version = " 0.2.4 "
585
+ version = " 0.1.17 "
596
586
597
587
[[deps .FastClosures ]]
598
588
git-tree-sha1 = " acebe244d53ee1b461970f8910c235b259e772ef"
@@ -1206,23 +1196,23 @@ git-tree-sha1 = "f2355693d6778a178ade15952b7ac47a4ff97996"
1206
1196
uuid = " b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
1207
1197
version = " 1.3.0"
1208
1198
1199
+ [[deps .LabelledArrays ]]
1200
+ deps = [" ArrayInterface" , " ChainRulesCore" , " LinearAlgebra" , " MacroTools" , " StaticArrays" ]
1201
+ git-tree-sha1 = " 1cccf6d366e51fbaf80303158d49bb2171acfeee"
1202
+ uuid = " 2ee39098-c373-598a-b85f-a56591580800"
1203
+ version = " 1.9.0"
1204
+
1209
1205
[[deps .Latexify ]]
1210
1206
deps = [" Formatting" , " InteractiveUtils" , " LaTeXStrings" , " MacroTools" , " Markdown" , " OrderedCollections" , " Printf" , " Requires" ]
1211
1207
git-tree-sha1 = " 2422f47b34d4b127720a18f86fa7b1aa2e141f29"
1212
1208
uuid = " 23fbe1c1-3f47-55db-b15f-69d7ec21a316"
1213
1209
version = " 0.15.18"
1214
1210
1215
1211
[[deps .LayoutPointers ]]
1216
- deps = [" ArrayInterface" , " ArrayInterfaceOffsetArrays " , " ArrayInterfaceStaticArrays " , " LinearAlgebra" , " ManualMemory" , " SIMDTypes" , " Static" ]
1217
- git-tree-sha1 = " 0ad6f0c51ce004dadc24a28a0dfecfb568e52242 "
1212
+ deps = [" ArrayInterface" , " LinearAlgebra" , " ManualMemory" , " SIMDTypes" , " Static" ]
1213
+ git-tree-sha1 = " 9e72f9e890c46081dbc0ebeaf6ccaffe16e51626 "
1218
1214
uuid = " 10f19ff3-798f-405d-979b-55457f8fc047"
1219
- version = " 0.1.13"
1220
-
1221
- [[deps .Lazy ]]
1222
- deps = [" MacroTools" ]
1223
- git-tree-sha1 = " 1370f8202dac30758f3c345f9909b97f53d87d3f"
1224
- uuid = " 50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
1225
- version = " 0.15.1"
1215
+ version = " 0.1.8"
1226
1216
1227
1217
[[deps .LazyArrays ]]
1228
1218
deps = [" ArrayLayouts" , " FillArrays" , " LinearAlgebra" , " MacroTools" , " MatrixFactorizations" , " SparseArrays" , " StaticArrays" ]
@@ -1338,10 +1328,10 @@ deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
1338
1328
uuid = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1339
1329
1340
1330
[[deps .LinearSolve ]]
1341
- deps = [" ArrayInterface " , " DocStringExtensions" , " FastLapackInterface" , " GPUArraysCore" , " IterativeSolvers" , " KLU" , " Krylov" , " KrylovKit" , " LinearAlgebra" , " Preferences" , " RecursiveFactorization" , " Reexport" , " SciMLBase" , " SciMLOperators " , " Setfield" , " SnoopPrecompile" , " SparseArrays" , " Sparspak" , " SuiteSparse" , " UnPack" ]
1342
- git-tree-sha1 = " d1fce810e9a4213607f0182cf25ffd6ce13e19b6 "
1331
+ deps = [" ArrayInterfaceCore " , " DocStringExtensions" , " FastLapackInterface" , " GPUArraysCore" , " IterativeSolvers" , " KLU" , " Krylov" , " KrylovKit" , " LinearAlgebra" , " Preferences" , " RecursiveFactorization" , " Reexport" , " SciMLBase" , " Setfield" , " SnoopPrecompile" , " SparseArrays" , " Sparspak" , " SuiteSparse" , " UnPack" ]
1332
+ git-tree-sha1 = " 960da8a80f9882fb52a5a199e944d3b86f0d2b94 "
1343
1333
uuid = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1344
- version = " 1.37.0 "
1334
+ version = " 1.34.1 "
1345
1335
1346
1336
[deps .LinearSolve .extensions ]
1347
1337
LinearSolveHYPRE = " HYPRE"
@@ -1405,10 +1395,10 @@ uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
1405
1395
version = " 1.0.0"
1406
1396
1407
1397
[[deps .LoopVectorization ]]
1408
- deps = [" ArrayInterface" , " ArrayInterfaceCore " , " ArrayInterfaceOffsetArrays " , " ArrayInterfaceStaticArrays " , " CPUSummary" , " ChainRulesCore" , " CloseOpenIntervals" , " DocStringExtensions" , " ForwardDiff" , " HostCPUFeatures" , " IfElse" , " LayoutPointers" , " LinearAlgebra" , " OffsetArrays" , " PolyesterWeave" , " SIMDDualNumbers" , " SIMDTypes " , " SLEEFPirates" , " SpecialFunctions" , " Static" , " ThreadingUtilities" , " UnPack" , " VectorizationBase" ]
1409
- git-tree-sha1 = " 5ea9a0aaf5ded7f0b6e43c96ca1793e60c96af93 "
1398
+ deps = [" ArrayInterface" , " CPUSummary" , " ChainRulesCore" , " CloseOpenIntervals" , " DocStringExtensions" , " ForwardDiff" , " HostCPUFeatures" , " IfElse" , " LayoutPointers" , " LinearAlgebra" , " OffsetArrays" , " PolyesterWeave" , " SIMDDualNumbers" , " SLEEFPirates" , " SpecialFunctions" , " Static" , " ThreadingUtilities" , " UnPack" , " VectorizationBase" ]
1399
+ git-tree-sha1 = " 4392c19f0203df81512b6790a0a67446650bdce0 "
1410
1400
uuid = " bdcacae8-1622-11e9-2a5c-532679323890"
1411
- version = " 0.12.118 "
1401
+ version = " 0.12.110 "
1412
1402
1413
1403
[[deps .LsqFit ]]
1414
1404
deps = [" Distributions" , " ForwardDiff" , " LinearAlgebra" , " NLSolversBase" , " OptimBase" , " Random" , " StatsBase" ]
@@ -1662,10 +1652,10 @@ uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1662
1652
version = " 1.5.0"
1663
1653
1664
1654
[[deps .OrdinaryDiffEq ]]
1665
- deps = [" Adapt" , " ArrayInterface" , " ArrayInterfaceGPUArrays " , " ArrayInterfaceStaticArrays " , " DataStructures" , " DiffEqBase" , " DocStringExtensions" , " ExponentialUtilities" , " FastBroadcast " , " FastClosures" , " FiniteDiff" , " ForwardDiff" , " FunctionWrappersWrappers " , " LinearAlgebra" , " LinearSolve" , " Logging" , " LoopVectorization" , " MacroTools" , " MuladdMacro" , " NLsolve" , " NonlinearSolve" , " Polyester" , " PreallocationTools" , " RecursiveArrayTools" , " Reexport" , " SciMLBase" , " SnoopPrecompile " , " SparseArrays" , " SparseDiffTools" , " StaticArrays" , " UnPack" ]
1666
- git-tree-sha1 = " 1fad4b793276c7d9af0cee460a6761ca8cb632ac "
1655
+ deps = [" Adapt" , " ArrayInterface" , " DataStructures" , " DiffEqBase" , " DocStringExtensions" , " ExponentialUtilities" , " FastClosures" , " FiniteDiff" , " ForwardDiff" , " LinearAlgebra" , " LinearSolve" , " Logging" , " LoopVectorization" , " MacroTools" , " MuladdMacro" , " NLsolve" , " NonlinearSolve" , " Polyester" , " PreallocationTools" , " RecursiveArrayTools" , " Reexport" , " SciMLBase" , " SparseArrays" , " SparseDiffTools" , " StaticArrays" , " UnPack" ]
1656
+ git-tree-sha1 = " 4334050e6dbb2cd0ad6c6e1be633395134337262 "
1667
1657
uuid = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1668
- version = " 6.25.0 "
1658
+ version = " 6.11.2 "
1669
1659
1670
1660
[[deps .PCRE2_jll ]]
1671
1661
deps = [" Artifacts" , " Libdl" ]
@@ -1825,16 +1815,10 @@ uuid = "85a6dd25-e78a-55b7-8502-1745935b8125"
1825
1815
version = " 0.2.4"
1826
1816
1827
1817
[[deps .PreallocationTools ]]
1828
- deps = [" Adapt" , " ArrayInterfaceCore" , " ForwardDiff" , " Requires " ]
1829
- git-tree-sha1 = " 2c7658dd593e3adc118b00429e1048829f1abb8c "
1818
+ deps = [" Adapt" , " ArrayInterfaceCore" , " ForwardDiff" , " LabelledArrays " ]
1819
+ git-tree-sha1 = " 77266c25ab9d48e31ef167eae936e8f6fa0e4754 "
1830
1820
uuid = " d236fae5-4411-538c-8e31-a6e3d9e00b46"
1831
- version = " 0.4.11"
1832
-
1833
- [deps .PreallocationTools .extensions ]
1834
- PreallocationToolsReverseDiffExt = " ReverseDiff"
1835
-
1836
- [deps .PreallocationTools .weakdeps ]
1837
- ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
1821
+ version = " 0.3.2"
1838
1822
1839
1823
[[deps .Preferences ]]
1840
1824
deps = [" TOML" ]
@@ -1848,10 +1832,10 @@ uuid = "54e16d92-306c-5ea0-a30b-337be88ac337"
1848
1832
version = " 0.4.0"
1849
1833
1850
1834
[[deps .PrettyTables ]]
1851
- deps = [" Crayons" , " Formatting" , " LaTeXStrings " , " Markdown" , " Reexport" , " StringManipulation " , " Tables" ]
1852
- git-tree-sha1 = " 548793c7859e28ef026dba514752275ee871169f "
1835
+ deps = [" Crayons" , " Formatting" , " Markdown" , " Reexport" , " Tables" ]
1836
+ git-tree-sha1 = " dfb54c4e414caa595a1f2ed759b160f5a3ddcba5 "
1853
1837
uuid = " 08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
1854
- version = " 2.2.3 "
1838
+ version = " 1.3.1 "
1855
1839
1856
1840
[[deps .Printf ]]
1857
1841
deps = [" Unicode" ]
@@ -1898,10 +1882,10 @@ uuid = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
1898
1882
version = " 2.8.2"
1899
1883
1900
1884
[[deps .Quadmath ]]
1901
- deps = [" Compat " , " Printf" , " Random" , " Requires" ]
1902
- git-tree-sha1 = " 2e368407cf5879f7ad63027b26e01988acd0e8da "
1885
+ deps = [" Printf" , " Random" , " Requires" ]
1886
+ git-tree-sha1 = " c415bfc154c185a31e753d28e8778860995894c7 "
1903
1887
uuid = " be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
1904
- version = " 0.5.8 "
1888
+ version = " 0.5.6 "
1905
1889
1906
1890
[[deps .Quaternions ]]
1907
1891
deps = [" LinearAlgebra" , " Random" , " RealDot" ]
@@ -1959,16 +1943,10 @@ uuid = "01d81517-befc-4cb6-b9ec-a95719d0359c"
1959
1943
version = " 0.6.11"
1960
1944
1961
1945
[[deps .RecursiveArrayTools ]]
1962
- deps = [" Adapt" , " ArrayInterfaceCore" , " ArrayInterfaceStaticArraysCore" , " ChainRulesCore" , " DocStringExtensions" , " FillArrays" , " GPUArraysCore" , " IteratorInterfaceExtensions" , " LinearAlgebra" , " RecipesBase" , " Requires " , " StaticArraysCore" , " Statistics" , " SymbolicIndexingInterface " , " Tables" , " ZygoteRules" ]
1963
- git-tree-sha1 = " 54e055256bbd41fd10566880bc4baa5316bca6fe "
1946
+ deps = [" Adapt" , " ArrayInterfaceCore" , " ArrayInterfaceStaticArraysCore" , " ChainRulesCore" , " DocStringExtensions" , " FillArrays" , " GPUArraysCore" , " IteratorInterfaceExtensions" , " LinearAlgebra" , " RecipesBase" , " StaticArraysCore" , " Statistics" , " Tables" , " ZygoteRules" ]
1947
+ git-tree-sha1 = " a5ce741acddc02f0d4fc6505463ca89697d7fb23 "
1964
1948
uuid = " 731186ca-8d62-57ce-b412-fbd966d074cd"
1965
- version = " 2.37.0"
1966
-
1967
- [deps .RecursiveArrayTools .extensions ]
1968
- RecursiveArrayToolsTrackerExt = " Tracker"
1969
-
1970
- [deps .RecursiveArrayTools .weakdeps ]
1971
- Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1949
+ version = " 2.32.3"
1972
1950
1973
1951
[[deps .RecursiveFactorization ]]
1974
1952
deps = [" LinearAlgebra" , " LoopVectorization" , " Polyester" , " SnoopPrecompile" , " StrideArraysCore" , " TriangularSolve" ]
@@ -2060,16 +2038,10 @@ uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
2060
2038
version = " 0.6.38"
2061
2039
2062
2040
[[deps .SciMLBase ]]
2063
- deps = [" ArrayInterface " , " CommonSolve" , " ConstructionBase" , " Distributed" , " DocStringExtensions" , " EnumX" , " FunctionWrappersWrappers" , " IteratorInterfaceExtensions" , " LinearAlgebra" , " Logging" , " Markdown" , " Preferences" , " RecipesBase" , " RecursiveArrayTools" , " Reexport " , " RuntimeGeneratedFunctions" , " SciMLOperators " , " SnoopPrecompile " , " StaticArraysCore" , " Statistics" , " SymbolicIndexingInterface " , " Tables" , " TruncatedStacktraces " ]
2064
- git-tree-sha1 = " 6bb55eff20ee05151b5cb4e777691fabae1524a3 "
2041
+ deps = [" ArrayInterfaceCore " , " CommonSolve" , " ConstructionBase" , " Distributed" , " DocStringExtensions" , " EnumX" , " FunctionWrappersWrappers" , " IteratorInterfaceExtensions" , " LinearAlgebra" , " Logging" , " Markdown" , " Preferences" , " RecipesBase" , " RecursiveArrayTools" , " RuntimeGeneratedFunctions" , " StaticArraysCore" , " Statistics" , " Tables" ]
2042
+ git-tree-sha1 = " fe89a8113ea445bcff9ee570077830674babb534 "
2065
2043
uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
2066
- version = " 1.91.3"
2067
-
2068
- [[deps .SciMLOperators ]]
2069
- deps = [" ArrayInterfaceCore" , " DocStringExtensions" , " Lazy" , " LinearAlgebra" , " Setfield" , " SparseArrays" , " StaticArraysCore" , " Tricks" ]
2070
- git-tree-sha1 = " c737d575c18bdf9aba0a3c7071d5249d09f45dd8"
2071
- uuid = " c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2072
- version = " 0.1.21"
2044
+ version = " 1.81.0"
2073
2045
2074
2046
[[deps .Scratch ]]
2075
2047
deps = [" Dates" ]
@@ -2087,10 +2059,10 @@ version = "1.3.18"
2087
2059
uuid = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
2088
2060
2089
2061
[[deps .Setfield ]]
2090
- deps = [" ConstructionBase" , " Future" , " MacroTools" , " StaticArraysCore " ]
2091
- git-tree-sha1 = " e2cc6d8c88613c05e1defb55170bf5ff211fbeac "
2062
+ deps = [" ConstructionBase" , " Future" , " MacroTools" , " Requires " ]
2063
+ git-tree-sha1 = " 38d88503f695eb0301479bc9b0d4320b378bafe5 "
2092
2064
uuid = " efcf1570-3423-57d1-acb7-fd33fddbac46"
2093
- version = " 1.1.1 "
2065
+ version = " 0.8.2 "
2094
2066
2095
2067
[[deps .SharedArrays ]]
2096
2068
deps = [" Distributed" , " Mmap" , " Random" , " Serialization" ]
@@ -2156,10 +2128,10 @@ deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
2156
2128
uuid = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2157
2129
2158
2130
[[deps .SparseDiffTools ]]
2159
- deps = [" Adapt" , " ArrayInterfaceCore " , " ArrayInterfaceStaticArrays " , " Compat" , " DataStructures" , " FiniteDiff" , " ForwardDiff" , " Graphs" , " LinearAlgebra" , " Requires" , " SparseArrays" , " StaticArrays" , " VertexSafeGraphs" ]
2160
- git-tree-sha1 = " 4245283bee733122a9cb4545748d64e0c63337c0 "
2131
+ deps = [" Adapt" , " ArrayInterface " , " Compat" , " DataStructures" , " FiniteDiff" , " ForwardDiff" , " Graphs" , " LinearAlgebra" , " Requires" , " SparseArrays" , " StaticArrays" , " VertexSafeGraphs" ]
2132
+ git-tree-sha1 = " 314a07e191ea4a5ea5a2f9d6b39f03833bde5e08 "
2161
2133
uuid = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
2162
- version = " 1.30 .0"
2134
+ version = " 1.21 .0"
2163
2135
2164
2136
[[deps .Sparspak ]]
2165
2137
deps = [" Libdl" , " LinearAlgebra" , " Logging" , " OffsetArrays" , " Printf" , " SparseArrays" , " Test" ]
@@ -2252,11 +2224,6 @@ git-tree-sha1 = "0b1ea3e3fdf93b42e9c0f58347168618b6acc259"
2252
2224
uuid = " 7792a7ef-975c-4747-a70f-980b88e8d1da"
2253
2225
version = " 0.3.17"
2254
2226
2255
- [[deps .StringManipulation ]]
2256
- git-tree-sha1 = " 46da2434b41f41ac3594ee9816ce5541c6096123"
2257
- uuid = " 892a3eda-7b42-436c-8928-eab12a02cf0e"
2258
- version = " 0.3.0"
2259
-
2260
2227
[[deps .StructArrays ]]
2261
2228
deps = [" Adapt" , " DataAPI" , " GPUArraysCore" , " StaticArraysCore" , " Tables" ]
2262
2229
git-tree-sha1 = " 521a0e828e98bb69042fec1809c1b5a680eb7389"
@@ -2272,12 +2239,6 @@ deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
2272
2239
uuid = " bea87d4a-7f5b-5778-9afe-8cc45184846c"
2273
2240
version = " 5.10.1+6"
2274
2241
2275
- [[deps .SymbolicIndexingInterface ]]
2276
- deps = [" DocStringExtensions" ]
2277
- git-tree-sha1 = " f8ab052bfcbdb9b48fad2c80c873aa0d0344dfe5"
2278
- uuid = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
2279
- version = " 0.2.2"
2280
-
2281
2242
[[deps .TOML ]]
2282
2243
deps = [" Dates" ]
2283
2244
uuid = " fa267f1f-6049-4f14-aa54-33bafae1ed76"
@@ -2357,12 +2318,6 @@ git-tree-sha1 = "6bac775f2d42a611cdfcd1fb217ee719630c4175"
2357
2318
uuid = " 410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
2358
2319
version = " 0.1.6"
2359
2320
2360
- [[deps .TruncatedStacktraces ]]
2361
- deps = [" InteractiveUtils" , " MacroTools" , " Preferences" ]
2362
- git-tree-sha1 = " 7bc1632a4eafbe9bd94cf1a784a9a4eb5e040a91"
2363
- uuid = " 781d530d-4396-4725-bb49-402e4bee1e77"
2364
- version = " 1.3.0"
2365
-
2366
2321
[[deps .TypedTables ]]
2367
2322
deps = [" Adapt" , " Dictionaries" , " Indexing" , " SplitApplyCombine" , " Tables" , " Unicode" ]
2368
2323
git-tree-sha1 = " ec72e7a68a6ffdc507b751714ff3e84e09135d9e"
@@ -2411,9 +2366,9 @@ version = "0.10.12"
2411
2366
2412
2367
[[deps .VectorizationBase ]]
2413
2368
deps = [" ArrayInterface" , " CPUSummary" , " HostCPUFeatures" , " IfElse" , " LayoutPointers" , " Libdl" , " LinearAlgebra" , " SIMDTypes" , " Static" ]
2414
- git-tree-sha1 = " 4c59c2df8d2676c4691a39fa70495a6db0c5d290 "
2369
+ git-tree-sha1 = " c95d242ade2d67c1510ce52d107cfca7a83e0b4e "
2415
2370
uuid = " 3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
2416
- version = " 0.21.58 "
2371
+ version = " 0.21.33 "
2417
2372
2418
2373
[[deps .VertexSafeGraphs ]]
2419
2374
deps = [" Graphs" ]
0 commit comments