-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 966 Bytes
/
Copy pathProject.toml
File metadata and controls
35 lines (31 loc) · 966 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
32
33
34
35
name = "MembraneBase"
uuid = "a9449b16-1c3f-48ab-aa2c-0b9c6d97beee"
authors = ["Will <carboxylmer@gmail.com> and contributors"]
version = "0.1.26"
[deps]
Bootstrap = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[compat]
Bootstrap = "2"
DataFrames = "1"
FiniteDiff = "2"
GLM = "1"
LinearAlgebra = "1"
Measurements = "2"
OnlineStats = "1"
StaticArrays = "1"
StatsBase = "0.33"
TaylorSeries = "0.15, 0.16"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]