Skip to content

Commit 619f922

Browse files
committed
add compats to examples
1 parent 5082b51 commit 619f922

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ updates:
1111
- '/docs'
1212
- '/test'
1313
- '/benchmark'
14+
- '/examples'
1415
schedule:
1516
interval: cron
1617
cronjob: '20 8 * * 2'

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
shell: julia --color=yes {0}
2929
run: |
3030
import CompatHelper
31-
CompatHelper.main(; include_jll = true, subdirs = ["", "docs", "test", "benchmark"])
31+
CompatHelper.main(; include_jll = true, subdirs = ["", "docs", "test", "benchmark", "examples"])

examples/Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,21 @@ SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1"
1515
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
1616
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
1717
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
18+
19+
[compat]
20+
ADTypes = "1"
21+
CairoMakie = "0.15"
22+
ContinuousNormalizingFlows = "0.31"
23+
DataFrames = "1"
24+
Distances = "0.10"
25+
Distributions = "0.25"
26+
Logging = "1"
27+
Lux = "1"
28+
MLDataDevices = "1"
29+
MLJBase = "1"
30+
OptimizationOptimisers = "0.3"
31+
OrdinaryDiffEqAdamsBashforthMoulton = "2"
32+
SciMLLogging = "2"
33+
SciMLSensitivity = "7"
34+
TerminalLoggers = "0.1"
35+
Zygote = "0.7"

0 commit comments

Comments
 (0)