-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
42 lines (38 loc) · 1.23 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
name = "ShockCooling"
uuid = "c71b61e4-c631-4a95-b02e-ad61a3a6763b"
authors = ["Patrick Armstrong <patrick.armstrong@anu.edu.au> and contributors"]
version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BetterInputFiles = "c0b1955d-4702-4680-a946-720482e78a48"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KissMCMC = "79d62d8d-4dfd-5781-bc85-ce78e0ac132a"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Supernovae = "f00d7deb-a70b-45c2-b896-7f55cd638e72"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
TOML = "1"
OrderedCollections = "1"
Distributions = "0.25"
JLD2 = "0.4"
UnitfulAstro = "1"
Unitful = "1"
BetterInputFiles = "1"
Supernovae = "1"
Interpolations = "0.15"
KissMCMC = "0.2"
ArgParse = "1"
LaTeXStrings = "1"
StatsBase = "0.34"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]