Skip to content

Commit c72412a

Browse files
fix precompilation issues by removing restrictive compat bounds
- Remove overly specific version pins for DiffEqCallbacks, ModelingToolkit, SymbolicIndexingInterface - Allow Pkg to resolve compatible versions naturally like the working original code - Fixes NonlinearSolve dependency conflicts in Julia 1.10/1.11 - Maintains julia version constraint "1.10, 1.11"
1 parent 834542a commit c72412a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
3232
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
3333

3434
[compat]
35-
DiffEqCallbacks = "3.9.1"
36-
ModelingToolkit = "9.41.0"
37-
SymbolicIndexingInterface = "0.3.37"
3835
julia = "1.10, 1.11"
3936

4037
[extras]

0 commit comments

Comments
 (0)