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.
Hi @ScottPJones !
I've just found that
Formatcan not be loaded in Julia 1.4.2 because the new version uses Julia 1.5@ccalwithout 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.2to test it. It works fine in my Julia 1.5.2.Cheers