-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (26 loc) · 854 Bytes
/
Project.toml
File metadata and controls
31 lines (26 loc) · 854 Bytes
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
name = "ModelParams"
uuid = "213f2e2a-cade-4ae1-a9bc-67b7781bcca8"
version = "0.1.2"
authors = ["Dongdong Kong <kongdd@users.noreply.github.com>"]
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FieldMetadata = "bf96fef3-21d2-5d20-8afa-0e7d4c32a885"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[sources]
FieldMetadata = {url = "https://github.com/kongdd/FieldMetadata.jl"}
[compat]
DataFrames = "1.8.0"
FieldMetadata = "0.3.1"
Parameters = "0.12.3"
Printf = "1.11.0"
ProgressMeter = "1.11.0"
Random = "1.11.0"
Statistics = "1.11.1"
[extras]
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Parameters"]