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
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
I've just found that Format can not be loaded in Julia 1.4.2 because the new version uses Julia 1.5@ccal without the proper Julia version bound in the Project.toml. I did not find issues in the fork, so I'm posting this here.
I used sudo docker run -i --rm -t julia:1.4.2 to test it. It works fine in my Julia 1.5.2.
Cheers
The text was updated successfully, but these errors were encountered:
Sorry about that. The problem is that Format.jl is a fork of this repo without its own issues (I didn't know exactly where to inform this because of that).
Hi @ScottPJones !
I've just found that
Format
can not be loaded in Julia 1.4.2 because the new version uses Julia 1.5@ccal
without the proper Julia version bound in theProject.toml
. I did not find issues in the fork, so I'm posting this here.I used
sudo docker run -i --rm -t julia:1.4.2
to test it. It works fine in my Julia 1.5.2.Cheers
The text was updated successfully, but these errors were encountered: