We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 219d5c1 + d243e16 commit 3bfba9aCopy full SHA for 3bfba9a
pixi.toml
@@ -143,6 +143,12 @@ sparse = "0.15.*"
143
toolz = "0.12.*"
144
zarr = "2.18.*"
145
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
+
152
[feature.nightly.dependencies]
153
python = "*"
154
0 commit comments