-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathProject.toml
More file actions
86 lines (80 loc) · 3.22 KB
/
Copy pathProject.toml
File metadata and controls
86 lines (80 loc) · 3.22 KB
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
name = "ReservoirComputing"
uuid = "7c2d2b1e-3dd4-11ea-355a-8f6a8116e294"
version = "0.12.40"
authors = ["Francesco Martinuzzi"]
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
[weakdeps]
CellularAutomata = "878138dc-5b27-11ea-1a71-cb95d38d6b29"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
[extensions]
RCCellularAutomataExt = "CellularAutomata"
RCLIBSVMExt = "LIBSVM"
RCMLJLinearModelsExt = "MLJLinearModels"
RCODEReservoirExt = "DataInterpolations"
RCODEReservoirSparseArraysExt = ["DataInterpolations", "SparseArrays"]
RCSparseArraysExt = "SparseArrays"
RCStateSpaceSetsExt = "StateSpaceSets"
[compat]
ArrayInterface = "7.19.0"
CellularAutomata = "0.0.6, 0.1"
ConcreteStructs = "0.2.3"
DataInterpolations = "9.0, 10.1"
DifferentialEquations = "8"
LIBSVM = "0.8"
LinearAlgebra = "1.10"
LinearSolve = "5.1"
LuxCore = "1.3.0"
MLJLinearModels = "0.9.2, 0.10"
NNlib = "0.9.30"
OrdinaryDiffEq = "7"
# Cap below 4.14: LowOrderRK 2.2.x requires OrdinaryDiffEqCore.u_cache.
OrdinaryDiffEqCore = "4.10 - 4.13"
OrdinaryDiffEqLowOrderRK = "2"
PrecompileTools = "1.2"
Random = "1.10"
SafeTestsets = "0.1"
SciMLBase = "3"
SciMLTesting = "2.4"
Serialization = "1.10"
SparseArrays = "1.10"
StateSpaceSets = "2"
Static = "1.2.0"
StaticArrays = "1.9.8"
Statistics = "1.10"
Test = "1"
WeightInitializers = "1.0.5"
julia = "1.10"
[extras]
CellularAutomata = "878138dc-5b27-11ea-1a71-cb95d38d6b29"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StateSpaceSets = "40b095a5-5852-4c12-98c7-d43bf788e795"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets", "SciMLTesting", "CellularAutomata", "DataInterpolations", "DifferentialEquations", "MLJLinearModels", "LIBSVM", "OrdinaryDiffEq", "OrdinaryDiffEqCore", "OrdinaryDiffEqLowOrderRK", "Serialization", "SparseArrays", "StateSpaceSets", "StaticArrays", "Statistics"]