Commit 10a47b6
Drop unused DataStructures dependency
`DataStructures` was narrowed to `"0.18"` in #328 because the `EinExprs`
weakdep pinned it that way. The `EinExprs` dependency was removed in
#327, but the narrowed `DataStructures` compat was never reverted (and
`DataStructures` itself is no longer `using`'d anywhere in `src/`,
`ext/`, or `test/`). Drop the entry entirely from `[deps]` and `[compat]`.
This also unblocks `OrdinaryDiffEqTsit5 = "1.1, 2"` resolution: the
v2 chain pulls in `OrdinaryDiffEqCore` 4, which requires
`DataStructures` 1.x-3.x and was previously incompatible with the 0.18 pin.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 11b708c commit 10a47b6
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
0 commit comments