Skip to content

Commit 7d9f576

Browse files
Fix RecursiveArrayTools compat lower bound for alldeps CI
The alldeps CI job was failing because RecursiveArrayTools 3.0.0 has dependency resolution conflicts with other packages. This updates the compat lower bound from "3" to "3.1" to exclude the problematic version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 9c65b28 commit 7d9f576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ChainRulesCore = "1"
1919
ForwardDiff = "0.10.3, 1"
2020
MacroTools = "0.5"
2121
PreallocationTools = "0.4"
22-
RecursiveArrayTools = "3"
22+
RecursiveArrayTools = "3.1"
2323
StaticArrays = "1.0"
2424
julia = "1.10"
2525

0 commit comments

Comments
 (0)