|
1 | 1 | name = "PDEBase" |
2 | 2 | uuid = "a7812802-0625-4b9e-961c-d332478797e5" |
3 | | -version = "0.1.30" |
| 3 | +version = "0.2.0" |
4 | 4 | authors = ["xtalax <alex.lemony@gmail.com>"] |
5 | 5 |
|
6 | 6 | [deps] |
7 | 7 | DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf" |
8 | | -ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" |
| 8 | +IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953" |
| 9 | +ModelingToolkitBase = "7771a370-6774-4173-bd38-47e70ca0b839" |
9 | 10 | PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" |
10 | 11 | SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" |
| 12 | +SciMLPublic = "431bcebd-1456-4ced-9d72-93c2757fff0b" |
11 | 13 | SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" |
12 | 14 | SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" |
13 | 15 | Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" |
| 16 | +TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c" |
14 | 17 |
|
15 | 18 | [compat] |
16 | 19 | AllocCheck = "0.2" |
17 | 20 | BenchmarkTools = "1" |
18 | 21 | DomainSets = "0.7, 0.8" |
19 | | -ModelingToolkit = "11.26.7" |
| 22 | +IntervalSets = "0.7" |
| 23 | +ModelingToolkitBase = "1.57" |
| 24 | +ModelingToolkit = "11" |
20 | 25 | PrecompileTools = "1.2.1" |
21 | 26 | SciMLBase = "2.149.0, 3.1" |
22 | | -SciMLTesting = "2.1" |
| 27 | +SciMLPublic = "1" |
| 28 | +SciMLTesting = "2.4" |
| 29 | +SafeTestsets = "0.0.1, 0.1, 1" |
23 | 30 | SymbolicIndexingInterface = "0.3.43" |
24 | 31 | SymbolicUtils = "4.31.0" |
25 | 32 | Symbolics = "7.24.0" |
| 33 | +TermInterface = "2" |
| 34 | +Test = "1" |
26 | 35 | julia = "1.10" |
27 | 36 |
|
28 | 37 | [extras] |
29 | 38 | AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a" |
30 | 39 | BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" |
| 40 | +ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" |
31 | 41 | SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" |
32 | 42 | SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" |
33 | 43 | SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" |
34 | 44 | Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
35 | 45 |
|
36 | 46 | [targets] |
37 | | -test = ["AllocCheck", "BenchmarkTools", "SafeTestsets", "SciMLTesting", "SymbolicUtils", "Test"] |
| 47 | +test = ["AllocCheck", "BenchmarkTools", "ModelingToolkit", "SafeTestsets", "SciMLTesting", "SymbolicUtils", "Test"] |
0 commit comments