Skip to content

Commit 1843aff

Browse files
committed
Add rc feature to pixi lock
1 parent e8c0eca commit 1843aff

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

pixi.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,19 @@ features = ["required", "py313", "optional", "test-core", "test-example", "test-
3333
no-default-feature = true
3434

3535
[environments.test-314]
36-
features = ["required", "py314", "optional-314", "test-core", "test-example", "test-unit-task"]
36+
features = [
37+
"required",
38+
"py314",
39+
"optional-314",
40+
"test-core",
41+
"test-example",
42+
"test-unit-task",
43+
"rc",
44+
]
3745
no-default-feature = true
3846

3947
[environments.test-ui]
40-
features = ["required", "py313", "optional", "test-core", "test-ui"]
48+
features = ["required", "py313", "optional", "test-core", "test-ui", "rc"]
4149
no-default-feature = true
4250

4351
[environments.test-core]
@@ -105,6 +113,13 @@ COVERAGE_CORE = "sysmon"
105113
[feature.py314.dependencies]
106114
python = "3.14.*,!=3.14.1" # https://github.com/python/cpython/issues/142214
107115

116+
[feature.rc]
117+
channels = ["conda-forge/label/pandas_rc", "conda-forge/label/numpy_rc"]
118+
119+
[feature.rc.dependencies]
120+
pandas = { version = "==3.0.0rc0", channel = "conda-forge/label/pandas_rc" }
121+
# numpy = { version = "==2.4.0rc1", channel = "conda-forge/label/numpy_rc" }
122+
108123
[feature.py314.activation.env]
109124
COVERAGE_CORE = "sysmon"
110125

0 commit comments

Comments
 (0)