-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
35 lines (31 loc) · 1.01 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
name = "LifeSimulator"
uuid = "73783465-395e-4165-b528-1c694332812b"
authors = ["Cédric Belmant, Matthew Caseres"]
version = "0.1.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
MortalityTables = "4780e19d-04b9-53dc-86c2-9e9aa59b5a12"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
[extensions]
PythonExt = ["PythonCall"]
[compat]
Accessors = "0.1"
CSV = "0.10"
DataFrames = "1"
DocStringExtensions = "0.9"
Memoize = "0.4"
MortalityTables = "2"
Reexport = "1"
StructEquality = "2"
julia = "1.9"