Skip to content

Commit 5b329bb

Browse files
committed
Fix versions in Project.toml
1 parent 0e5b760 commit 5b329bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ DiffEqBase = "6.122"
2323
Reexport = "0.2, 1.0"
2424
SciMLBase = "1.92"
2525
PrecompileTools = "1"
26-
Sundials_jll = "6.5"
26+
Sundials_jll = "6"
27+
SuiteSparse_jll = "7"
2728
julia = "1.10"
2829

2930
[extras]

gen/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
55
Sundials_jll = "fb77eaff-e24c-56d4-86b1-d163f2edb164"
66

77
[compat]
8-
Clang = "0.17.0"
8+
Clang = "0.17"

0 commit comments

Comments
 (0)