-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (24 loc) · 758 Bytes
/
Project.toml
File metadata and controls
28 lines (24 loc) · 758 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
name = "FirstPassageTools"
uuid = "accd898d-9985-405f-8366-b38793ff4f76"
authors = ["Garrett Smith <[email protected]> and contributors"]
version = "0.2.0"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
CSV = "0.10"
DataFrames = "1"
Distributions = "0.25"
ExponentialUtilities = "1"
Roots = "1, 2"
StaticArrays = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]