Skip to content

Commit 3bfba9a

Browse files
committed
Merge remote-tracking branch 'origin/rtd' into 10704
2 parents 219d5c1 + d243e16 commit 3bfba9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pixi.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ sparse = "0.15.*"
143143
toolz = "0.12.*"
144144
zarr = "2.18.*"
145145

146+
# TODO: Remove `platforms` restriction once pandas nightly has win-64 wheels again.
147+
# Without this, `pixi lock` fails because it can't solve the nightly feature for win-64,
148+
# which breaks RTD builds (RTD has no lock file cache, unlike GitHub Actions CI).
149+
[feature.nightly]
150+
platforms = ["linux-64", "osx-arm64"]
151+
146152
[feature.nightly.dependencies]
147153
python = "*"
148154

0 commit comments

Comments
 (0)