-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathProject.toml
executable file
·28 lines (25 loc) · 1.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
name = "XSim"
uuid = "3d41126b-a46a-5bdb-b7a1-7ea6cc35a8ef"
authors = ["Chun-Peng James Chen <[email protected]>", "Hao Cheng <[email protected]>", "Rohan Fernando <[email protected]>", "Mike Keehan <[email protected]>", "Chris Stricker <[email protected]>"]
version = "2.1.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JWAS = "c9a035f4-d403-5e6b-8649-6be755bc4798"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CSV = "0.5, 0.6, 0.7, 0.8, 0.10"
DataFrames = "0.19, 0.20, 0.21, 0.22, 1"
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
JWAS = "0.11, 0.12, 0.13, 0.14, 0.15, 1"
StatsBase = "0.30, 0.31, 0.32, 0.33"
julia = "1"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"