|
1 | 1 | name = "DiffEqBase"
|
2 | 2 | uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
|
3 | 3 | authors = [ "Chris Rackauckas <[email protected]>"]
|
4 |
| -version = "6.73.3" |
| 4 | +version = "6.118.1" |
5 | 5 |
|
6 | 6 | [deps]
|
7 |
| -ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" |
| 7 | +ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2" |
8 | 8 | ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
9 |
| -DEDataArrays = "754358af-613d-5f8d-9788-280bf1605d4c" |
10 | 9 | DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
11 | 10 | Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
12 | 11 | DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
|
13 | 12 | EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
|
14 | 13 | FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
|
15 | 14 | ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
|
16 | 15 | FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
|
17 |
| -IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" |
18 |
| -LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800" |
| 16 | +FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf" |
19 | 17 | LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
20 | 18 | Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
| 19 | +Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" |
21 | 20 | MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
|
22 |
| -NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" |
23 | 21 | Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
|
24 | 22 | PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
|
25 | 23 | Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
26 | 24 | RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
|
27 |
| -RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4" |
28 | 25 | Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
|
29 | 26 | Requires = "ae029012-a4dd-5104-9daa-d747884805df"
|
30 | 27 | SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
|
31 | 28 | Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
|
32 | 29 | SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
33 |
| -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
| 30 | +Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" |
| 31 | +StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" |
34 | 32 | Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
35 |
| -SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" |
| 33 | +Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775" |
36 | 34 | ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
|
37 | 35 |
|
| 36 | +[weakdeps] |
| 37 | +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" |
| 38 | +GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb" |
| 39 | +MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" |
| 40 | +Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" |
| 41 | +MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca" |
| 42 | +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" |
| 43 | +Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" |
| 44 | +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" |
| 45 | +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" |
| 46 | + |
| 47 | +[extensions] |
| 48 | +DiffEqBaseDistributionsExt = "Distributions" |
| 49 | +DiffEqBaseGeneralizedGeneratedExt = "GeneralizedGenerated" |
| 50 | +DiffEqBaseMPIExt = "MPI" |
| 51 | +DiffEqBaseMeasurementsExt = "Measurements" |
| 52 | +DiffEqBaseMonteCarloMeasurementsExt = "MonteCarloMeasurements" |
| 53 | +DiffEqBaseReverseDiffExt = "ReverseDiff" |
| 54 | +DiffEqBaseTrackerExt = "Tracker" |
| 55 | +DiffEqBaseUnitfulExt = "Unitful" |
| 56 | +DiffEqBaseZygoteExt = "Zygote" |
| 57 | + |
38 | 58 | [compat]
|
39 |
| -ArrayInterface = "2.6, 3.0" |
40 |
| -ChainRulesCore = "0.10, 1" |
41 |
| -DEDataArrays = "0.2" |
| 59 | +ArrayInterfaceCore = "0.1.26" |
| 60 | +ChainRulesCore = "1" |
42 | 61 | DataStructures = "0.18"
|
43 | 62 | Distributions = "0.25"
|
44 |
| -DocStringExtensions = "0.8" |
| 63 | +DocStringExtensions = "0.9" |
45 | 64 | EnumX = "1"
|
46 |
| -FastBroadcast = "0.1.4" |
| 65 | +FastBroadcast = "0.2" |
47 | 66 | ForwardDiff = "0.10"
|
48 | 67 | FunctionWrappers = "1.0"
|
49 |
| -IterativeSolvers = "0.9" |
50 |
| -LabelledArrays = "1.1" |
| 68 | +FunctionWrappersWrappers = "0.1" |
51 | 69 | MuladdMacro = "0.2.1"
|
52 |
| -NonlinearSolve = "0.3.0" |
53 | 70 | Parameters = "0.12.0"
|
54 |
| -PreallocationTools = "0.1.0" |
| 71 | +PreallocationTools = "0.4" |
55 | 72 | RecursiveArrayTools = "2"
|
56 |
| -RecursiveFactorization = "0.2" |
57 |
| -Reexport = "0.2, 1.0" |
58 |
| -Requires = "0.5, 1.0" |
59 |
| -SciMLBase = "1.13" |
60 |
| -Setfield = "0.7, 0.8" |
61 |
| -StaticArrays = "0.11, 0.12, 1.0" |
| 73 | +Reexport = "1.0" |
| 74 | +Requires = "1.0" |
| 75 | +SciMLBase = "1.84" |
| 76 | +Setfield = "0.8, 1" |
| 77 | +Static = "0.7, 0.8" |
| 78 | +StaticArraysCore = "1.4" |
| 79 | +Tricks = "0.1.6" |
62 | 80 | ZygoteRules = "0.2"
|
63 | 81 | julia = "1.6"
|
64 | 82 |
|
65 | 83 | [extras]
|
66 | 84 | Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
| 85 | +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" |
67 | 86 | ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
|
| 87 | +GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb" |
68 | 88 | InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
| 89 | +LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800" |
| 90 | +Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7" |
| 91 | +MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca" |
69 | 92 | Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
| 93 | +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" |
70 | 94 | Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
| 95 | +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" |
71 | 96 | SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
|
| 97 | +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
72 | 98 | Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
73 | 99 | Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
| 100 | +Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" |
| 101 | +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" |
| 102 | +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" |
74 | 103 |
|
75 | 104 | [targets]
|
76 |
| -test = ["Distributed", "ForwardDiff", "InteractiveUtils", "Pkg", "Random", "SafeTestsets", "Statistics", "Test"] |
| 105 | +test = ["Distributed", "GeneralizedGenerated", "Measurements", "MonteCarloMeasurements", "Unitful", "LabelledArrays", "ForwardDiff", "InteractiveUtils", "Plots", "Pkg", "Random", "StaticArrays", "SafeTestsets", "Statistics", "Test", "Distributions"] |
0 commit comments