-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
31 lines (27 loc) · 888 Bytes
/
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
name = "NeuroFormats"
uuid = "3448aec0-5570-4d68-9f4a-848140e12c29"
authors = ["Tim Schäfer <[email protected]> and contributors"]
version = "0.3.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
[compat]
CSV = "0.8, 0.10"
CodecZlib = "0.6, 0.7"
Colors = "0.12, 0.13"
DataFrames = "0.22, 1.0"
DelimitedFiles = "1"
Reexport = "1.0"
TranscodingStreams = "0.9.5, 0.11"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]