diff --git a/Project.toml b/Project.toml index e8ca72a..642df88 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DFTforge" uuid = "bdfbc6b8-a7f8-11e8-26c1-51ecc9f04035" authors = ["Hongkee Yoon "] -version = "1.1.0" +version = "1.1.1" @@ -25,14 +25,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] julia = "^1.0" -ArgParse = "^0.6.2" -CSV = "0.5.0, 1.0" -DataFrames = "0.19.4, 1.0" -DataStructures = "0.17.5, 1.0" -FileIO = "^1.0.7" -Glob = "^1.2.0" -HDF5 = "^0.12.0" -JLD2 = "^0.1.3" -Plots = "^0.27.0" -ProgressMeter = "^1.1.0" -Rotations = "0.12.0, 1.0" +ArgParse = ">= 0.6.2" +CSV = ">= 0.5.0" +DataFrames = ">= 0.19.4" +DataStructures = ">= 0.17.5" +FileIO = ">= 1.0.7" +Glob = ">= 1.2.0" +HDF5 = ">= 0.12.0" +JLD2 = ">= 0.1.3" +Plots = ">= 1.3.0" +ProgressMeter = ">= 1.1.0" +Rotations = ">= 0.12.0" diff --git a/src/inputHandler.jl b/src/inputHandler.jl index 3728b21..86d70e5 100644 --- a/src/inputHandler.jl +++ b/src/inputHandler.jl @@ -700,7 +700,7 @@ function parse_input(args,input::Arg_Inputs) "flags, options help, " * "required arguments.") - @add_arg_table s begin + @add_arg_table! s begin "--TOMLinput","-T" help = "input.toml file ex:) nio.toml " "--MPI_HOSTFILE"