Skip to content

Commit 7022f41

Browse files
committed
Regenerate pixi.toml
1 parent 81e1ac1 commit 7022f41

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pixi.toml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ filelock = ">=3.15"
1515
logical-unification = "*"
1616
minikanren = "*"
1717
numpy = ">=1.17.0"
18-
pip = "*"
1918
scipy = "<2,>=1"
2019
setuptools = ">=59.0.0"
2120

@@ -86,21 +85,19 @@ pytest = "*"
8685
pytest-benchmark = "*"
8786
pytest-cov = ">=2.6.1"
8887
pytest-mock = "*"
89-
tomlkit = "*"
90-
91-
[feature.tests.pypi-dependencies]
9288
pytest-sphinx = "*"
89+
tomlkit = "*"
9390

9491

9592
[environments]
96-
# Redefine the default environment to include all categories.
9793
default = {features = ["blas", "conda-dev", "jax", "numba", "rtd", "tests"], solve-group = "default"}
98-
# Define a minimal environment with only the default feature.
99-
minimal = {features = [], solve-group = "default"}
100-
# Create an environment for each feature.
101-
blas = {features = ["blas"], solve-group = "default"}
102-
jax = {features = ["jax"], solve-group = "default"}
94+
95+
# Disable non-default environments pending <https://github.com/prefix-dev/pixi/issues/2725>
96+
# If you want to re-enable some of these, it's recommended to remove the solve-group key.
97+
# minimal = {features = [], solve-group = "default"}
98+
# blas = {features = ["blas"], solve-group = "default"}
10399
# conda-dev = {features = ["conda-dev"], solve-group = "default"}
100+
# jax = {features = ["jax"], solve-group = "default"}
104101
# numba = {features = ["numba"], solve-group = "default"}
105102
# rtd = {features = ["rtd"], solve-group = "default"}
106103
# tests = {features = ["tests"], solve-group = "default"}

0 commit comments

Comments
 (0)