Skip to content

Commit 3b1d9a2

Browse files
Remove all compat bounds from test/Project.toml
The compat bounds in test/Project.toml conflict with downgraded main Project.toml deps during the Downgrade CI job. The original repo used [extras]/[targets] without compat bounds for test deps. Removing compat from test/Project.toml lets the main Project.toml compat (which gets downgraded) control resolution without extra constraints. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ffd1b7c commit 3b1d9a2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

test/Project.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,3 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1515
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
16-
17-
[compat]
18-
BenchmarkTools = "1.6.3"
19-
ForwardDiff = "1.3.1"
20-
InvertedIndices = "1.3.1"
21-
LabelledArrays = "1.17.0"
22-
OffsetArrays = "1.17.0"
23-
StaticArrays = "1.9.16"
24-
Unitful = "1.27.0"

0 commit comments

Comments
 (0)