forked from paulmthompson/WhiskerTracking.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
56 lines (53 loc) · 1.89 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
49
50
51
52
53
54
55
56
name = "WhiskerTracking"
uuid = "45104e20-d8b8-11ea-012b-d1d5bc25c488"
version = "0.1"
author = ["Paul Thompson"]
[deps]
#Standard Library
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"
CUDAnative = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Knet = "1902f260-5fb4-5aff-8c31-6271790ab950"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
ScikitLearn = "3646fa90-6ef7-5e7e-9f22-8aca16db6324"
StackedHourglass = "9f277440-d667-11ea-33e8-3d6042182d56"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
julia = "1"
Cairo = "0.6, 0.7, 0.8, 1.0"
CuArrays = "1.6, 1.7, 2.0, 2.1, 2.2"
CUDAnative = "2.7, 2.8, 2.9, 3.0, 3.1"
DSP = "0.6"
FFMPEG = "0.2, 0.3, 0.4"
FFTW = "1.1, 1.2"
Gtk = "0.18, 1.0, 1.1"
ImageFiltering = "0.6"
Images = "0.20, 0.21, 0.22"
Interpolations = "0.12"
IterTools = "1.3"
JLD2 = "0.1.13, 0.1.14"
Knet = "1.3"
MAT = "0.7, 0.8"
Polynomials = "1.2"
PyCall = "1.91"
ScikitLearn = "0.5, 0.6"
StackedHourglass = "0.1.3"