When we updated to poetry 2 and switched from [tool.poetry.extras] to [project.optional-dependencies], we made all the extra dependencies mandatory because of the difference between the semantics of these specifications. In order for silnlp to use machine.py, this will need to be fixed.
When we updated to poetry 2 and switched from
[tool.poetry.extras]to[project.optional-dependencies], we made all the extra dependencies mandatory because of the difference between the semantics of these specifications. In order for silnlp to use machine.py, this will need to be fixed.