Skip to content

Commit 54b7c1d

Browse files
committed
Fix notebooks feature and add it to development environments.
1 parent b9dc992 commit 54b7c1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pixi.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pre-commit = "*"
3838
pytest-codspeed = "*"
3939

4040
[feature.notebooks.dependencies]
41+
ipython = "*"
4142
nbmake = "*"
4243
matplotlib = "*"
4344

@@ -60,7 +61,8 @@ scipy = ">=0.19"
6061
mlir-python-bindings = "19.*"
6162

6263
[environments]
64+
dev = ["tests", "extras", "notebooks"]
6365
tests = ["tests", "extras"]
6466
docs = ["docs", "extras"]
65-
mlir-dev = ["tests", "mlir"]
66-
finch-dev = ["tests", "finch"]
67+
mlir-dev = ["mlir", "tests", "notebooks"]
68+
finch-dev = ["finch", "tests", "notebooks"]

0 commit comments

Comments
 (0)