-
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 = "MockFBA"
uuid = "8f5b17de-7982-4597-b420-356a140355ec"
authors = ["shadaba <salam@roe.ac.uk> and contributors"]
version = "0.1.0"
[deps]
Bits = "1654ce90-6ed3-553a-957f-9452c3a40996"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatProfilerHTML = "a8a75453-ed82-57c9-9e16-4cd1196ecbf5"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]