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
A number of Python dependencies are unable to be found because the only versions that have ever been released are pre-release versions and/or the manifest references a pre-release version.
Similar to the Ruby implementation in PR #154, assume that if the manifest references a pre-release version, then they want to absolute latest version of that dependency even if it is a pre-release.
Example:
Manifest
Latest stable
Latest unstable
Value to use
1.1b1
0.9
1.1b2
1.1b2
0.8
0.9
1.1b2
0.9
The text was updated successfully, but these errors were encountered:
A number of Python dependencies are unable to be found because the only versions that have ever been released are pre-release versions and/or the manifest references a pre-release version.
Similar to the Ruby implementation in PR #154, assume that if the manifest references a pre-release version, then they want to absolute latest version of that dependency even if it is a pre-release.
Example:
The text was updated successfully, but these errors were encountered: