Skip to content

Commit 5797f99

Browse files
committed
chore: add CTBase v0.17 compat
1 parent 9dd8581 commit 5797f99

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

Project.toml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CTFlows"
22
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
33
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
4-
version = "0.8.9"
4+
version = "0.8.10"
55

66
[deps]
77
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
@@ -18,13 +18,26 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1818
[extensions]
1919
CTFlowsODE = "OrdinaryDiffEq"
2020

21+
[extras]
22+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23+
CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
24+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
25+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
27+
[targets]
28+
test = ["Aqua", "CTParser", "OrdinaryDiffEq", "Plots", "Test"]
29+
2130
[compat]
22-
CTBase = "0.16"
31+
Aqua = "0.8"
32+
CTBase = "0.16, 0.17"
2333
CTModels = "0.6"
34+
CTParser = "0.7"
2435
DocStringExtensions = "0.9"
2536
ForwardDiff = "0.10, 1.0"
2637
LinearAlgebra = "1"
2738
MLStyle = "0.4"
2839
MacroTools = "0.5"
2940
OrdinaryDiffEq = "6"
30-
julia = "1.10"
41+
Plots = "1"
42+
Test = "1"
43+
julia = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ CTModels = "0.6"
99
Documenter = "1"
1010
DocumenterMermaid = "0.2"
1111
OrdinaryDiffEq = "6"
12-
julia = "1.10"
12+
julia = "1.10"

test/Project.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)