Skip to content

Commit db97c23

Browse files
add SciMLTutorials to Project.tomls
1 parent 5d1640f commit db97c23

File tree

10 files changed

+12
-4
lines changed

10 files changed

+12
-4
lines changed

Project.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
name = "SciMLTutorials"
22
uuid = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "0.8.0"
4+
version = "0.9.0"
55

66
[deps]
7-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
87
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
98
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
109
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1110
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1211
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
1312

1413
[compat]
15-
DSP = "0.6"
1614
IJulia = "1.20"
1715
Plots = "1.6"
18-
Weave = "0.9, 0.10"
16+
Weave = "0.10"
1917
julia = "1.4"

tutorials/DiffEqUncertainty/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1515
Quadrature = "67601950-bd08-11e9-3c89-fd23fb4432d2"
1616
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
1717
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
18+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
1819

1920
[compat]
2021
BenchmarkTools = "0.5, 0.6, 0.7, 1.0"

tutorials/advanced/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
1717
SparsityDetection = "684fba80-ace3-11e9-3d08-3bc7ed6f96df"
1818
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
1919
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
20+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
2021

2122
[compat]
2223
AlgebraicMultigrid = "0.3, 0.4"

tutorials/exercises/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1212
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
1313
SparsityDetection = "684fba80-ace3-11e9-3d08-3bc7ed6f96df"
1414
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
15+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
1516

1617
[compat]
1718
AlgebraicMultigrid = "0.3, 0.4"

tutorials/introduction/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
66
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
77
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
88
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
9+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
910

1011
[compat]
1112
BenchmarkTools = "0.5, 0.6, 0.7, 1.0"

tutorials/model_inference/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1212
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1313
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
1414
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"
15+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
1516

1617
[compat]
1718
BenchmarkTools = "0.5, 0.6, 0.7, 1.0"

tutorials/models/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1818
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1919
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2020
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
21+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
2122

2223
[compat]
2324
Catalyst = "5, 6.0"

tutorials/ode_extras/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Optim = "429524aa-4258-5aef-a3af-852621145aeb"
99
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1010
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1111
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
1213

1314
[compat]
1415
DiffEqDevTools = "2.22"

tutorials/perturbation/Project.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"

tutorials/type_handling/Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
88
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
99
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1010
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
11+
SciMLTutorials = "30cb0354-2223-46a9-baa0-41bdcfbe0178"
1112

1213
[compat]
1314
ArbNumerics = "1.0"

0 commit comments

Comments
 (0)