-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
45 lines (40 loc) · 1.37 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name = "Fibers"
uuid = "79c5424f-e3fe-4f6a-a484-e0e793a8858c"
authors = ["Anastasia Yendiki <ayendiki@mgh.harvard.edu>"]
version = "1.0.0"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
ImageInTerminal = "d8c32880-2388-543b-8c61-d9f865259254"
ImageView = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
Interact = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WebIO = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
[compat]
ColorTypes = "0.11.0"
Distributions = "0.25.55"
FFTW = "1.5.0"
ImageInTerminal = "0.4.8"
ImageView = "0.10.15"
Interact = "0.10.4"
Interpolations = "0.13.6"
LaTeXStrings = "1.3.0"
OffsetArrays = "1.12.8"
Plots = "1.25.8"
StaticArrays = "1.4.4"
WebIO = "0.8.17"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]