Skip to content

Commit 76a5080

Browse files
committed
add extensions to Project.toml
1 parent 7ba631b commit 76a5080

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ SciMLBasePyCallExt = "PyCall"
5252
SciMLBasePythonCallExt = "PythonCall"
5353
SciMLBaseRCallExt = "RCall"
5454
SciMLBaseZygoteExt = ["Zygote", "ChainRulesCore"]
55+
SciMLBaseDistributionsExt = "Distributions"
56+
SciMLBaseMonteCarloMeasurementsExt = "MonteCarloMeasurements"
57+
SciMLBaseReverseDiffExt = "ReverseDiff"
58+
SciMLBaseTrackerExt = "Tracker"
59+
SciMLBaseForwardDiffExt = "ForwardDiff"
5560

5661
[compat]
5762
ADTypes = "0.2.5,1.0.0"
@@ -114,4 +119,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
114119
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
115120

116121
[targets]
117-
test = ["Aqua", "ForwardDiff", "MLStyle", "PartialFunctions", "Pkg", "SafeTestsets", "Serialization", "StableRNGs", "StaticArrays", "Tables", "Test", "UnicodePlots", "Zygote"]
122+
test = ["Aqua", "ForwardDiff", "MLStyle", "PartialFunctions", "Pkg", "SafeTestsets", "Serialization", "StableRNGs", "StaticArrays", "Tables", "Test", "UnicodePlots", "Zygote", "Distributions", "ForwardDiff", "MonteCarloMeasurements", "Measurements", "ReverseDiff", "Tracker"]

0 commit comments

Comments
 (0)