-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
98 lines (92 loc) · 3.18 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
name = "ISOKANN"
uuid = "512544ac-929d-4ba3-aa9d-55e9313a4b47"
authors = ["Sikorski <[email protected]> and contributors"]
version = "1.0.0"
[deps]
AverageShiftedHistograms = "77b51b56-6f8f-5c3a-9cb4-d71f9594ea6e"
BioStructures = "de9282ab-8554-53be-b2d6-f6c222edabfc"
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Chemfiles = "46823bd8-5fb3-5f92-9aa0-96921f3dd015"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
PCCAPlus = "f48fc343-7e38-490c-be15-e66d68689cd5"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[weakdeps]
Molly = "aa0f7f06-fcc0-5ec4-a7f3-a573f33f9c4c"
[extensions]
MollyExt = "Molly"
[compat]
AverageShiftedHistograms = "0.8.9"
BioStructures = "4.3.0"
Bonito = "3.1.2, 4"
CUDA = "5.2.0"
ChainRulesCore = "1.23.0"
Chemfiles = "0.10.41"
Combinatorics = "1.0.2"
Distances = "0.10.11"
Flux = "0.16"
ForwardDiff = "0.10.36"
GraphMakie = "0.5.12"
Graphs = "1.12.0"
JLD2 = "0.4.46, 0.5"
KernelDensity = "0.6"
LsqFit = "0.15.0"
MLUtils = "0.4.4"
Measures = "0.3.2"
NNlib = "0.9.12"
Optim = "1.9"
Optimisers = "0.4"
OrdinaryDiffEq = "6"
PCCAPlus = "1.1.0"
Parameters = "0.12.3"
Plots = "1.40.1"
ProgressMeter = "1.10.0"
PyCall = "1.96.4"
SpecialFunctions = "2.3.1"
StaticArrays = "1.9.3"
StatsBase = "0.34.2"
StochasticDiffEq = "6"
ThreadPools = "2.1.1"
Unitful = "1.19.0"
WGLMakie = "0.10.5"
Zygote = "0.6, 0.7"
cuDNN = "1.3.0"
julia = "1.9"
[extras]
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]