-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
38 lines (34 loc) · 1.41 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
name = "ExpressCommands"
uuid = "0fa58581-61d8-4f50-b6a2-2e2dd41ab979"
authors = ["singularitti <[email protected]> and contributors"]
version = "0.6.1"
[deps]
AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84"
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
EasyJobsBase = "db8ca866-b61f-4bd1-a9b9-75c107d645d4"
EquationOfStateRecipes = "8d49d7c9-511f-4c38-862f-eeb1232c8dad"
EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e"
Express = "b12df14e-adf7-11e9-0606-d5813a258349"
ExpressBase = "6bf22d12-b2e3-4e51-8f6d-9d050a32c5d5"
PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98"
QuantumESPRESSOExpress = "524a00d3-5d12-4323-9774-d2c11dc9d82e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SimpleWorkflows = "6a97d125-85da-4b66-b300-4bba10360563"
[compat]
AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
Comonicon = "0.12, 1"
EasyJobsBase = "0.15"
EquationOfStateRecipes = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6"
EquationsOfStateOfSolids = "0.2, 0.3, 0.4"
Express = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
ExpressBase = "0.7"
PrettyPrint = "0.1, 0.2"
QuantumESPRESSOExpress = "0.1, 0.2, 0.3, 0.4, 0.5"
Requires = "1"
SimpleWorkflows = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.23, 0.25, 0.26, 0.27, 0.28, 0.29"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]