-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (31 loc) · 1 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
name = "Supernovae"
uuid = "f00d7deb-a70b-45c2-b896-7f55cd638e72"
authors = ["Patrick Armstrong <[email protected]> and contributors"]
version = "1.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BetterInputFiles = "c0b1955d-4702-4680-a946-720482e78a48"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
ArgParse = "1"
BetterInputFiles = "1"
CairoMakie = "0.12"
Conda = "1"
Makie = "0.21"
OrderedCollections = "1"
PyCall = "1"
TOML = "1"
Trapz = "2"
Unitful = "1"
UnitfulAstro = "1"
julia = "^1.6"