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.
notebooks
1 parent b9dc992 commit 54b7c1dCopy full SHA for 54b7c1d
pixi.toml
@@ -38,6 +38,7 @@ pre-commit = "*"
38
pytest-codspeed = "*"
39
40
[feature.notebooks.dependencies]
41
+ipython = "*"
42
nbmake = "*"
43
matplotlib = "*"
44
@@ -60,7 +61,8 @@ scipy = ">=0.19"
60
61
mlir-python-bindings = "19.*"
62
63
[environments]
64
+dev = ["tests", "extras", "notebooks"]
65
tests = ["tests", "extras"]
66
docs = ["docs", "extras"]
-mlir-dev = ["tests", "mlir"]
-finch-dev = ["tests", "finch"]
67
+mlir-dev = ["mlir", "tests", "notebooks"]
68
+finch-dev = ["finch", "tests", "notebooks"]
0 commit comments