mostly as simple as moving any backend-specific dependencies in pyproject.toml [project] dependencies array to [project.optional-dependencies] mapping, just need to be conscious of how we manage dependencies which could be shared between the backends.
mostly as simple as moving any backend-specific dependencies in pyproject.toml
[project] dependenciesarray to[project.optional-dependencies]mapping, just need to be conscious of how we manage dependencies which could be shared between the backends.