Skip to content

Commit b2adac9

Browse files
Add comprehensive compat entries for Symbolics package dependencies
This PR consolidates all pending CompatHelper PRs for the Symbolics package by adding compat entries for: - BenchmarkTools = "1" - CairoMakie = "0.15" - Catalyst = "15" - Chairmarks = "1" - DataStructures = "0.19" - LinearSolve = "3" - ModelingToolkit = "9, 10" (bumped to include v10) - OrderedCollections = "1" - OrdinaryDiffEq = "6" - Plots = "1" - Polynomials = "4" - PrettyTables = "3" - ReactionNetworkImporters = "0.16" - SciMLBenchmarks = "0.1" - Statistics = "1" - TimerOutputs = "0.5" - XSteam = "0.3" This replaces individual CompatHelper PRs #1364-1380 with a single unified change. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d33f86b commit b2adac9

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

benchmarks/Symbolics/Project.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2222
XSteam = "95ff35a0-be81-11e9-2ca3-5b4e338e8476"
2323

2424
[compat]
25-
ModelingToolkit = "9"
25+
BenchmarkTools = "1"
26+
CairoMakie = "0.15"
27+
Catalyst = "15"
28+
Chairmarks = "1"
29+
DataStructures = "0.19"
30+
LinearSolve = "3"
31+
ModelingToolkit = "9, 10"
32+
OrderedCollections = "1"
33+
OrdinaryDiffEq = "6"
34+
Plots = "1"
35+
Polynomials = "4"
36+
PrettyTables = "3"
37+
ReactionNetworkImporters = "0.16"
38+
SciMLBenchmarks = "0.1"
39+
Statistics = "1"
2640
SymbolicUtils = "3.26"
2741
Symbolics = "6.34"
42+
TimerOutputs = "0.5"
43+
XSteam = "0.3"

0 commit comments

Comments
 (0)