-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
47 lines (45 loc) · 1.57 KB
/
Project.toml
File metadata and controls
47 lines (45 loc) · 1.57 KB
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
46
47
name = "SFHWorkflows"
uuid = "9f162cfb-b9f3-4dd2-bb0f-c8f5cc5047ef"
version = "1.0.2"
authors = ["cgarling <chris.t.garling@gmail.com> and contributors"]
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
BolometricCorrections = "37ee4594-8306-40da-a4c2-d7ed95560e0b"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
InitialMassFunctions = "e9251ff4-c148-4db3-bf46-89407750fae0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PDFmerger = "3beb2ed1-af7d-458f-b727-6e9beb3586c0"
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StarFormationHistories = "774d3ad4-2d55-48fa-ab42-467705ebff24"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StellarTracks = "2b4a1a39-e20a-4324-9c0b-7d841c062f62"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
ArgCheck = "2"
BolometricCorrections = "0.1.5"
CSV = "0.10"
CairoMakie = "0.15"
DataInterpolations = "8"
DelimitedFiles = "<0.0.1, 1"
InitialMassFunctions = "0.1"
LinearAlgebra = "<0.0.1, 1"
Logging = "<0.0.1, 1"
Makie = "0.24"
OrderedCollections = "1"
PDFmerger = "0.3"
PlotUtils = "1"
Printf = "<0.0.1, 1"
StarFormationHistories = "1"
StatsBase = "0.34"
StellarTracks = "1"
TypedTables = "1"
YAML = "0.4"
julia = "1.10"