-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 812 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 812 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
name = "UnpackSinTiles"
uuid = "017367d4-aa44-5400-a2e3-1f6255c9d3f1"
authors = ["Lazaro Alonso <lazarus.alon@gmail.com> and contributors"]
version = "0.1.0"
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
[compat]
CondaPkg = "0.2"
DataStructures = "0.18"
ProgressMeter = "1.10"
PythonCall = "0.9"
Statistics = "1.10"
YAXArrays = "0.6.1"
Zarr = "0.9"
SparseArrays = "1.10"
julia = "1.10"