Skip to content

Commit 51823d4

Browse files
committed
Fix notebooks feature and add it to development environments.
1 parent 7b9e779 commit 51823d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pixi.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@ pytest-cov = "*"
3636
pytest-xdist = "*"
3737
pytest-codspeed = "*"
3838

39+
<<<<<<< HEAD
3940
[feature.notebooks.pypi-dependencies]
4041
ipykernel = "*"
42+
=======
43+
[feature.notebooks.dependencies]
44+
ipython = "*"
45+
>>>>>>> 54b7c1d (Fix `notebooks` feature and add it to development environments.)
4146
nbmake = "*"
4247
matplotlib = "*"
4348
networkx = "*"

0 commit comments

Comments
 (0)