Skip to content

Commit

Permalink
Set julia version
Browse files Browse the repository at this point in the history
julia >= 1.8.4 fixs the crash due to
JuliaLang/julia#47685
  • Loading branch information
qiaojunfeng committed Jan 10, 2023
1 parent c2dce08 commit a74d864
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ Reexport = "1.2.2"
Spglib = "0.6.0"
StaticArrays = "1.5.6"
WannierIO = "0.1.0"
julia = "1"
# julia v1.8.3 crash due to
# https://github.com/JuliaLang/julia/issues/47685
# this is fixed >= 1.8.4
julia = ">= 1.8.4"

0 comments on commit a74d864

Please sign in to comment.