Skip to content

Commit

Permalink
build!: remove 'ipykernel' dependency
Browse files Browse the repository at this point in the history
The dependency `ipykernel` is not used directly from any module in `black-it`,
hence it should not be declared as main dependency of the package. This commit
removes it from the section `tool.poetry.dependencies` in `pyproject.toml`, and
recomputes `poetry.lock`.

Potentially breaking change if packages dependent of `black-it` use `ipykernel`
directly (unlikely).
  • Loading branch information
marcofavoritobi committed Sep 26, 2023
1 parent 01d594c commit 618419b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ tables = "^3.8.0"
xgboost = "^1.7.6"
scipy = "^1.10.1"
joblib = "^1.3.2"
ipykernel = "^6.25.2"
gymnasium = "^0.27.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 618419b

Please sign in to comment.