-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProject.toml
50 lines (46 loc) · 1.61 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
name = "VortexDistributions"
uuid = "b688e990-d167-11e8-1f13-43a2532b2fa8"
authors = ["Ashton Bradley <ashton.bradley@gmail.com>"]
version = "0.3.6"
[deps]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
ScikitLearn = "3646fa90-6ef7-5e7e-9f22-8aca16db6324"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
Coverage = "1.4"
Distances = "~0.10"
FFTW = "1.6,1.7"
FLoops = "~0.2"
FileIO = "1, 1.8, 1.9"
Interpolations = "~0.15"
JLD2 = "~0.4"
LightGraphs = "1, 1.3"
NearestNeighbors = "~0.4"
Parameters = "~0.12"
ProgressMeter = "1, 1.5, 1.6, 1.7"
ScikitLearn = "0.7"
SimpleWeightedGraphs = "1, 1.1"
SpecialFunctions = "~1,~2"
ToeplitzMatrices = "~0.8"
UnPack = "1"
julia = "1.9,1.10"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets"]