Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cap Automa compat to address Stream submodule removal #16

Closed
wants to merge 3 commits into from

Commits on Aug 29, 2023

  1. Update Project.toml

    Stream was removed as a module from Automa in BioJulia/Automa.jl@83796ed
    
    Update the compat to lock at the last compatible version (0.8.3)
    cjprybol authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e7df522 View commit details
    Browse the repository at this point in the history
  2. add spaces between version high/low and dash

    It worked for me without spaces initially, but didn't work without spaces when trying again later
    
    https://pkgdocs.julialang.org/v1/compatibility/#Hyphen-specifiers
    cjprybol authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eac900e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Update Project.toml

    allow any 0.7 or 0.8 version
    cjprybol authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    60fad85 View commit details
    Browse the repository at this point in the history