-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 787 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 787 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
name = "MicroscopyTools"
uuid = "5e5ac434-ba26-417f-ab6b-a88e74d16cdd"
authors = ["roflmaostc - Felix Wechsler <fxw+git@mailbox.org> and contributors"]
version = "0.2.3"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[compat]
ColorTypes = "0.11, 0.12"
FFTW = "1.5, 1.6, 1.7, 1.8"
IndexFunArrays = "0.2"
NDTools = "0.4, 0.5, 0.6, 0.7, 0.8"
Tullio = "0.3"
julia = "1.10, 1.11, 1.12"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[targets]
test = ["Test", "Tullio"]