Skip to content

Commit

Permalink
fix: fix package name confusion (arrow <-> pyarrow) (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Oct 11, 2023
1 parent c22b69e commit c0a0f89
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 @@ -33,7 +33,7 @@ pyarrow = { version = "^13.0.0", optional = true }
[tool.poetry.extras]
umap = ["umap-learn", "numba"]
arrow = ["pyarrow"]
all = ["umap-learn", "numba", "arrow"]
all = ["umap-learn", "numba", "pyarrow"]

[tool.poetry.dev-dependencies]
pytest-cov = "^2.8"
Expand Down

0 comments on commit c0a0f89

Please sign in to comment.