forked from michaelcolman/MSCSF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (39 loc) · 1.31 KB
/
Project.toml
File metadata and controls
43 lines (39 loc) · 1.31 KB
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
36
37
38
39
40
41
42
43
name = "CellSims"
uuid = "6120b531-5746-4535-a2eb-beaf5de45c83"
version = "0.0.1"
authors = ["Josh Day <emailjoshday@gmail.com> and contributors"]
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
CSV = "0.10.15"
DataFrames = "1.8.0"
DefaultApplication = "1.1.0"
Distributions = "0.25.121"
HypothesisTests = "0.11.6"
LinearAlgebra = "1.12.0"
MultivariateStats = "0.10.3"
OrderedCollections = "1.8.1"
Plots = "1.41.3"
ProgressMeter = "1.11.0"
Scratch = "1.3.0"
Statistics = "1.11.1"
StatsPlots = "0.15.8"
Test = "1.11.0"
UnicodePlots = "3.8.1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]