@@ -15,7 +15,6 @@ filelock = ">=3.15"
15
15
logical-unification = " *"
16
16
minikanren = " *"
17
17
numpy = " >=1.17.0"
18
- pip = " *"
19
18
scipy = " <2,>=1"
20
19
setuptools = " >=59.0.0"
21
20
@@ -86,21 +85,19 @@ pytest = "*"
86
85
pytest-benchmark = " *"
87
86
pytest-cov = " >=2.6.1"
88
87
pytest-mock = " *"
89
- tomlkit = " *"
90
-
91
- [feature .tests .pypi-dependencies ]
92
88
pytest-sphinx = " *"
89
+ tomlkit = " *"
93
90
94
91
95
92
[environments ]
96
- # Redefine the default environment to include all categories.
97
93
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"}
103
99
# conda-dev = {features = ["conda-dev"], solve-group = "default"}
100
+ # jax = {features = ["jax"], solve-group = "default"}
104
101
# numba = {features = ["numba"], solve-group = "default"}
105
102
# rtd = {features = ["rtd"], solve-group = "default"}
106
103
# tests = {features = ["tests"], solve-group = "default"}
0 commit comments