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
should be build-backend = "poetry.core.masonry.api"
It is causing issues when I have sem = {git = "https://github.com/signetlabdei/sem", rev = "develop"} in my pyproject.toml file
This is also preventing the develop branch from being loaded using pip install from a requirements file
The text was updated successfully, but these errors were encountered:
I believe that this line:
sem/pyproject.toml
Line 46 in e900dd1
should be
build-backend = "poetry.core.masonry.api"
It is causing issues when I have
sem = {git = "https://github.com/signetlabdei/sem", rev = "develop"}
in my pyproject.toml fileThis is also preventing the develop branch from being loaded using pip install from a requirements file
The text was updated successfully, but these errors were encountered: