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
We want to have the PMAT dependency on Olas pointing to the main branch, instead of the gabriel/olas-deps branch (as in this file).
Since we are using a forked repo (https://github.com/gabrielfior/subgrounds/) as dependency on branch gabriel/olas-deps and that cannot be published on PyPI (see error below), we need to wait for the subgrounds new version (1.9.*) to be released (should happen soon).
Error
HTTP Error 400: Can't have direct dependency: subgrounds@ git+https://github.com/gabrielfior/subgrounds@main. See https://packaging.python.org/specifications/core-metadata for more information.
Implementation:
Checkout gabriel/olas-deps branch
Specify subgrounds new version (see latest release, should be 1.9.x)
Open PR, merge
The text was updated successfully, but these errors were encountered:
We want to have the PMAT dependency on Olas pointing to the
main
branch, instead of thegabriel/olas-deps
branch (as in this file).Since we are using a forked repo (https://github.com/gabrielfior/subgrounds/) as dependency on branch
gabriel/olas-deps
and that cannot be published on PyPI (see error below), we need to wait for the subgrounds new version (1.9.*) to be released (should happen soon).Error
Implementation:
gabriel/olas-deps
branchThe text was updated successfully, but these errors were encountered: