-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (44 loc) · 1.56 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
45
46
47
48
name = "PtyLab"
uuid = "81acdcc5-82ff-4242-81ec-b83d268fd5e7"
authors = ["roflmaostc <[email protected]>"]
version = "0.1.1"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FourierTools = "b18b359b-aebc-45ac-a139-9c0ccbb2871e"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566"
MicroscopyTools = "5e5ac434-ba26-417f-ab6b-a88e74d16cdd"
NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
CUDA = "3.7, 3.8, 3.9, 3.10, 3.11, 4, 5"
ColorSchemes = "3.20.0"
ColorTypes = "0.11"
EllipsisNotation = "1"
FFTW = "1.5, 1.6, 1.7"
FourierTools = "0.4"
HDF5 = "0.15, 0.16, 0.17"
ImageIO = "0.6"
ImageShow = "0.3"
IndexFunArrays = "0.2"
MicroscopyTools = "0.1"
NDTools = "0.5, 0.6"
Parameters = "0.12"
ProgressMeter = "1.7"
julia = "1, 1.6,1.7,1.8, 1.9, 1.10"
[extras]
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
[targets]
test = ["Test", "TestImages", "ImageIO", "ImageMagick"]