Skip to content

Commit

Permalink
remove setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Mar 12, 2023
1 parent 888e12d commit 86fd60c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ import jupyter_compare_view
## Changelog


## 0.2.3

Remove setuptools dependency
## 0.2.2

* Remove python3.7 support [#46](https://github.com/Octoframes/jupyter_compare_view/pull/46)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter_compare_view"
version = "0.2.2"
version = "0.2.3"
description = "Blend Between Multiple Images in JupyterLab."
authors = ["Octoframes"]
license = "MIT"
Expand All @@ -13,7 +13,6 @@ ipython = ">=6.0.0"
ipykernel = ">=5.0.0"
Pillow = ">=7.1.2"
Jinja2 = ">=2.11.3"
setuptools = ">=60.0.0"

[tool.poetry.dev-dependencies]
black = { extras = ["jupyter"], version = ">=22.3.0" }
Expand Down

0 comments on commit 86fd60c

Please sign in to comment.