were removed from [tool.poetry.extras] but the underlying deps kept in [tool.poetry.dependencies] in #2089, most "optional" deps are now installed by default.
From what I gather from poetry, it doesn't make sense to have deps flagged optional if they're not tied to an extra.
Because these entries:
were removed from
[tool.poetry.extras]
but the underlying deps kept in[tool.poetry.dependencies]
in #2089, most "optional" deps are now installed by default.From what I gather from poetry, it doesn't make sense to have deps flagged
optional
if they're not tied to an extra.