Skip to content

Commit

Permalink
Add jupyter extra to black dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Dec 10, 2024
1 parent 2e1f8c9 commit a768d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ test = { cmd = "pytest", depends_on = ["pipcheck"] }
benchmark = { cmd = "pytest --benchmark-only", depends_on = ["pipcheck"] }

[tool.pixi.feature.test.dependencies]
black = "24.*"
black-jupyter = "24.*"
idyntree = "*"
isort = "*"
pre-commit = "*"
Expand Down

0 comments on commit a768d6f

Please sign in to comment.