Skip to content

Commit 5aab12c

Browse files
committed
Fix typo in pyproject.toml
1 parent 0103a41 commit 5aab12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ polars = { version = "^0.20.10", extras = ["numpy", "pandas"] }
2525
jupyter = "^1.0.0"
2626

2727
[tool.poetry.extras]
28-
indicators = ["numpy", "scipy", "tulipy"]
28+
indicators = ["numpy", "scipy", "tulipy", "collections"]
2929

3030
[tool.poetry.group.test.dependencies]
3131
coverage= "7.4.2"

0 commit comments

Comments
 (0)