Skip to content

Commit e2b8496

Browse files
Bump compat lower bounds to exclude versions older than 3 months
Updated minimum version requirements for all dependencies to exclude packages released more than 3 months ago (before May 11, 2025). This helps ensure compatibility with more recent package versions and reduces the maintenance burden of supporting very old versions. Key changes: - Adapt: 3.4, 4 → 4 - ArrayInterface: 7.10 → 7.16 - DocStringExtensions: 0.9 → 0.9.3 - FastBroadcast: 0.2.8, 0.3 → 0.3.5 - ForwardDiff: 0.10.19, 1 → 0.10.38, 1 (keeping v0.10.38+ for compatibility) - GPUArraysCore: 0.1.1, 0.2 → 0.2 - Measurements: 2.3 → 2.11 - MonteCarloMeasurements: 1.1 → 1.2 - RecipesBase: 1.1 → 1.3 - StaticArraysCore: 1.4 → 1.4.2 - StructArrays: 0.6.11, 0.7 → 0.7 - SymbolicIndexingInterface: 0.3.30 → 0.3.34 - Tables: 1.11 → 1.12 - Tracker: 0.2.15 → 0.2.34 - Zygote: 0.6.67, 0.7.10 → 0.7.10 All tests pass with the updated bounds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent fb20ec7 commit e2b8496

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Project.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,35 +41,35 @@ RecursiveArrayToolsTrackerExt = "Tracker"
4141
RecursiveArrayToolsZygoteExt = "Zygote"
4242

4343
[compat]
44-
Adapt = "3.4, 4"
44+
Adapt = "4"
4545
Aqua = "0.8"
46-
ArrayInterface = "7.10"
47-
DocStringExtensions = "0.9"
48-
FastBroadcast = "0.2.8, 0.3"
49-
ForwardDiff = "0.10.19, 1"
50-
GPUArraysCore = "0.1.1, 0.2"
46+
ArrayInterface = "7.16"
47+
DocStringExtensions = "0.9.3"
48+
FastBroadcast = "0.3.5"
49+
ForwardDiff = "0.10.38, 1"
50+
GPUArraysCore = "0.2"
5151
KernelAbstractions = "0.9.36"
5252
LinearAlgebra = "1.10"
53-
Measurements = "2.3"
54-
MonteCarloMeasurements = "1.1"
53+
Measurements = "2.11"
54+
MonteCarloMeasurements = "1.2"
5555
NLsolve = "4.5"
5656
Pkg = "1"
5757
Random = "1"
58-
RecipesBase = "1.1"
58+
RecipesBase = "1.3"
5959
ReverseDiff = "1.15"
6060
SafeTestsets = "0.1"
6161
SciMLBase = "2"
6262
SparseArrays = "1.10"
6363
StaticArrays = "1.6"
64-
StaticArraysCore = "1.4"
64+
StaticArraysCore = "1.4.2"
6565
Statistics = "1.10, 1.11"
66-
StructArrays = "0.6.11, 0.7"
67-
SymbolicIndexingInterface = "0.3.30"
68-
Tables = "1.11"
66+
StructArrays = "0.7"
67+
SymbolicIndexingInterface = "0.3.34"
68+
Tables = "1.12"
6969
Test = "1"
70-
Tracker = "0.2.15"
70+
Tracker = "0.2.34"
7171
Unitful = "1"
72-
Zygote = "0.6.67, 0.7.10"
72+
Zygote = "0.7.10"
7373
julia = "1.10"
7474

7575
[extras]

0 commit comments

Comments
 (0)