Commit b9fa26d
Narrow DataStructures compat to 0.18 (#328)
The `EinExprs` weakdep (via `ITensorNetworksEinExprsExt`) pins
`DataStructures` to `0.18`. The `0.19` entry in the root compat is never
reachable when the extension is loaded, so it is aspirational.
Under the compat-bounds check's breaking-bucket rule
([ITensorActions#79](ITensor/ITensorActions#79)),
this spans two buckets (0.18 and 0.19) and fails the check. Narrowing to
`"0.18"` collapses to a single bucket.
Widen back if `EinExprs` loosens its `DataStructures` compat, or remove
the entry entirely once `EinExprs` support is dropped.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9b9ded5 commit b9fa26d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments