Skip to content

Commit e43d980

Browse files
committed
Try to fix registration error
1 parent 0e5af9a commit e43d980

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Project.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
2323
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2424
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2525
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
27+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
28+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2629

2730
[compat]
2831
DiffEqBase = "6"
@@ -44,11 +47,12 @@ Sundials = "4"
4447
TimerOutputs = "0.5"
4548
Unitful = "1"
4649
Test = "1"
50+
InteractiveUtils = "1"
51+
LinearAlgebra = "1"
52+
Printf = "1"
4753
julia = "1.7"
4854

4955
[extras]
5056
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
51-
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
52-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
53-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
57+
5458

0 commit comments

Comments
 (0)