-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
55 lines (51 loc) · 1.6 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name = "DFTforge"
uuid = "bdfbc6b8-a7f8-11e8-26c1-51ecc9f04035"
authors = ["Hongkee Yoon <[email protected]>"]
version = "1.4.2"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
#ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[compat]
# julia = "^1.0"
# ArgParse = ">=1.0 "
# CSV = ">=0.10"
# DataFrames = "^1, 2.0"
# DataStructures = ">=0.18, 1.0"
# FileIO = "^1.0.7"
# Glob = ">=1.2"
# HDF5 = ">=0.16"
# JLD2 = ">=0.4"
# Plots = ">=1.3"
# ProgressMeter = "^1.1"
# Rotations = ">=1.0"
# JSON = ">=0.21.1"
julia = "^1.0"
ArgParse = "^1.0, 2.0"
CSV = "^0.10, 1.0"
DataFrames = "^1, 2.0"
DataStructures = "^0.18, 1.0"
FileIO = "^1.0.7"
Glob = "^1.2"
HDF5 = "^0.17, 1.0"
JLD2 = "^0.4, 1.0"
Plots = "^1.3, 2.0"
ProgressMeter = "^1.1, 2.0"
Rotations = "^1.0, 2.0"
JSON = "^0.21, 1.0"