Skip to content

Commit

Permalink
* Updated projects dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluehope committed Jun 23, 2020
1 parent b06a29a commit 01f5d14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DFTforge"
uuid = "bdfbc6b8-a7f8-11e8-26c1-51ecc9f04035"
authors = ["Hongkee Yoon <bluehope@gmail.com>"]
version = "1.1.0"
version = "1.1.1"



Expand All @@ -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"
2 changes: 1 addition & 1 deletion src/inputHandler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 01f5d14

@bluehope
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.