Skip to content

Commit 5845cd9

Browse files
committed
add compat entries
1 parent 9a49bcb commit 5845cd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Project.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,18 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3636
[weakdeps]
3737
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3838
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
39+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
40+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
3941
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
4042
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
43+
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
44+
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
4145
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
4246
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
4347
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
4448
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
49+
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
50+
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
4551
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4652

4753
[extensions]
@@ -80,6 +86,8 @@ MLStyle = "0.4.17"
8086
Makie = "0.20, 0.21, 0.22, 0.23, 0.24"
8187
Markdown = "1.10"
8288
Moshi = "0.3"
89+
Measurements = "2"
90+
MonteCarloMeasurements = "1"
8391
PartialFunctions = "1.1"
8492
PreallocationTools = "0.4.31"
8593
PrecompileTools = "1.2"
@@ -91,6 +99,7 @@ RCall = "0.14.0"
9199
RecipesBase = "1.3.4"
92100
RecursiveArrayTools = "3.35"
93101
Reexport = "1"
102+
ReverseDiff = "1"
94103
RuntimeGeneratedFunctions = "0.5.12"
95104
SciMLOperators = "1.3"
96105
SciMLStructures = "1.1"
@@ -100,6 +109,7 @@ StaticArraysCore = "1.4"
100109
Statistics = "1.10"
101110
SymbolicIndexingInterface = "0.3.36"
102111
Tables = "1.11"
112+
Tracker = "0.2"
103113
Zygote = "0.7.10"
104114
julia = "1.10"
105115

0 commit comments

Comments
 (0)