Skip to content

Commit

Permalink
alphabetical toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmthompson committed Aug 28, 2020
1 parent e46b90a commit 89f504b
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,31 @@ uuid = "160d5eed-cb0b-5d5e-9732-2f740c539f3e"
version = "0.1.1"

[deps]
SpikeSorting = "acc641c0-d14d-5ed3-8a01-2b4adfca2b15"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
#Standard Library
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"

Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"

SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
SpikeSorting = "acc641c0-d14d-5ed3-8a01-2b4adfca2b15"

[compat]
julia = "1"
SpikeSorting = "0.2"
HDF5 = "0.12, 0.13"
MAT = "0.7, 0.8"
JLD = "0.9, 0.10"
DistributedArrays = "0.6"
Gtk = "0.17, 0.18, 1.0, 1.1"
Cairo = "0.6, 0.7, 0.8, 1.0"
DistributedArrays = "0.6"
DSP = "0.6"
Gtk = "0.17, 0.18, 1.0, 1.1"
HDF5 = "0.12, 0.13"
JLD = "0.9, 0.10"
MAT = "0.7, 0.8"
SpikeSorting = "0.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 89f504b

Please sign in to comment.