Skip to content

Commit

Permalink
fix: move isort from dev dependencies to main dependencies
Browse files Browse the repository at this point in the history
isort is a dependency of edvart with #144
  • Loading branch information
mbelak-dtml committed Oct 12, 2023
1 parent 38784aa commit a3f9513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ umap-learn = { version = "^0.5.4", optional = true}
# with newer version of LLVM binaries.
numba = { version = "^0.57", optional = true }
pyarrow = { version = "^13.0.0", optional = true }
isort = "^5.10.1"


[tool.poetry.extras]
umap = ["umap-learn", "numba"]
Expand All @@ -44,7 +46,6 @@ toml = "^0.10.0"
jupyter = "*"
black = "^22.3.0"
pylint = "^2.14.3"
isort = "^5.10.1"
sphinx-copybutton = "^0.5.2"

[build-system]
Expand Down

0 comments on commit a3f9513

Please sign in to comment.