-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
40 lines (36 loc) · 1.24 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
authors = ["gszep <grisha.szep@gmail.com>"]
name = "BifurcationInference"
uuid = "7fe238d6-d31e-4646-aa16-9d8429fd6da8"
version = "0.1.4"
[deps]
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
BifurcationKit = "0.3"
Flux = "0.14"
ForwardDiff = "0.10"
InvertedIndices = "1"
LaTeXStrings = "1"
Parameters = "0.12"
Plots = "1"
Setfield = "1"
SpecialFunctions = "2"
StaticArrays = "1"
julia = "1"
[extras]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Clustering", "FiniteDiff", "JLD", "StatsBase", "Test"]