-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
45 lines (38 loc) · 1.19 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
name = "Experimenter"
uuid = "6aee034a-9508-47b1-8e11-813cc29af79f"
authors = ["Jamie Mair <[email protected]> and contributors"]
version = "0.1.4"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
[extensions]
SlurmExt = ["ClusterManagers"]
MPIExt = ["MPI"]
[compat]
DataFrames = "1"
Distributed = "1.6"
Logging = "1.6"
PackageExtensionCompat = "1"
Pkg = "1.6"
ProgressBars = "1"
Random = "1.6"
SQLite = "1"
Serialization = "1.6"
UUIDs = "1.6"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
[targets]
test = ["Test", "SafeTestsets"]