Commit 10095b4
fix: pin xarray below 2026.3 for linopy compatibility
xarray 2026.3+ breaks the Dataset constructor in ways linopy still relies
on, causing TypeError: "Passing a Dataset as data_vars to the Dataset
constructor is not supported" across the test suite.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 633a59e commit 10095b4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments