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
I notice that you use VersionNumber(string) with various machinations to work around non-semver versions. You might consider replacing this with just calling vparse from https://github.com/stevengj/VersionParsing.jl
The text was updated successfully, but these errors were encountered:
I notice that you use
VersionNumber(string)
with various machinations to work around non-semver versions. You might consider replacing this with just callingvparse
from https://github.com/stevengj/VersionParsing.jlThe text was updated successfully, but these errors were encountered: