Skip to content

Commit 1bbdff6

Browse files
Fix ModelingToolkitBase julia compat floor: 1.9 -> 1.10
DifferentiationInterface compat is "0.6.47, 0.7", and DifferentiationInterface >=0.6.8 requires julia >=1.10 (per its own registered Compat.toml). The julia=1.9 floor was stale and made the lowest-compatible-version resolution unsatisfiable, which AutoMerge caught when registering ModelingToolkitBase v1.51.1 (General PR 161092).
1 parent 2a6af43 commit 1bbdff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ModelingToolkitBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ TaskLocalValues = "0.1.3"
192192
Test = "1"
193193
Tracker = "0.2.30"
194194
UnPack = "0.1, 1.0"
195-
julia = "1.9"
195+
julia = "1.10"
196196

197197
[extras]
198198
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)