You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v2.0.0, Poetry started supporting PEP 621 (and especially PEP 631, that was merged in it), such that we can now specify projects' metadata in a tool-agnostic [project] table, and dependencies in the [project.dependencies] sub-table.
There are some subtleties, detailed in the migration guide, but I'm fairly convinced that all Qibo projects are completely unaffected, and we could perform a full migration.
Since the new Poetry version just came out, I'd recommend waiting a little before forcing the migration in all projects: marginally to ensure availability for everyone (though it is mainly distributed through PyPI, so already almost completely available), but mainly to avoid being among the first Guinea pigs...
After that, this will reduce our dependence on Poetry: I do not have any plan to dismiss it, but avoided locking to any specific tool is always a good thing, whenever achievable without major drawbacks (including developers' time).
The text was updated successfully, but these errors were encountered:
alecandido
changed the title
Poetry & PEP 621
Poetry & [project] section
Jan 6, 2025
alecandido
changed the title
Poetry & [project] section
Poetry 2.0 & [project] section
Jan 6, 2025
In v2.0.0, Poetry started supporting PEP 621 (and especially PEP 631, that was merged in it), such that we can now specify projects' metadata in a tool-agnostic
[project]
table, and dependencies in the[project.dependencies]
sub-table.There are some subtleties, detailed in the migration guide, but I'm fairly convinced that all Qibo projects are completely unaffected, and we could perform a full migration.
Since the new Poetry version just came out, I'd recommend waiting a little before forcing the migration in all projects: marginally to ensure availability for everyone (though it is mainly distributed through PyPI, so already almost completely available), but mainly to avoid being among the first Guinea pigs...
After that, this will reduce our dependence on Poetry: I do not have any plan to dismiss it, but avoided locking to any specific tool is always a good thing, whenever achievable without major drawbacks (including developers' time).
The text was updated successfully, but these errors were encountered: