Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link

Summary

This PR updates ModelingToolkit compatibility to include version 11, both in the main package and test dependencies.

Changes:

  • Update Project.toml: ModelingToolkit = "10.10"ModelingToolkit = "10.10, 11"
  • Update test/Project.toml: ModelingToolkit = "10.10"ModelingToolkit = "10.10, 11"

This is based on the CompatHelper PR #133, but:

  1. Rebased onto main to include recent changes (PrecompileTools from Add PrecompileTools workload to improve TTFX #134)
  2. Also updates the main Project.toml (not just test) to allow MTK 11

Note: Tests will continue to use MTK 10 for now since MethodOfLines v0.11 doesn't yet support MTK 11. Once MethodOfLines updates its compat, tests will be able to run with MTK 11.

Tests pass locally with MTK 10.

Closes #133

cc @ChrisRackauckas

🤖 Generated with Claude Code

CompatHelper Julia and others added 2 commits January 2, 2026 05:15
The original CompatHelper PR only updated test/Project.toml but the main
package also needs to allow ModelingToolkit 11 for tests to be able to
run with it (once MethodOfLines also supports MTK 11).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants