-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathProject.toml
More file actions
66 lines (60 loc) · 2.11 KB
/
Project.toml
File metadata and controls
66 lines (60 loc) · 2.11 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
name = "ReservoirComputing"
uuid = "7c2d2b1e-3dd4-11ea-355a-8f6a8116e294"
version = "0.12.21"
authors = ["Francesco Martinuzzi"]
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
[weakdeps]
CellularAutomata = "878138dc-5b27-11ea-1a71-cb95d38d6b29"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[extensions]
RCCellularAutomataExt = "CellularAutomata"
RCLIBSVMExt = "LIBSVM"
RCLinearSolveExt = "LinearSolve"
RCMLJLinearModelsExt = "MLJLinearModels"
RCSparseArraysExt = "SparseArrays"
[compat]
ArrayInterface = "7.19.0"
CellularAutomata = "0.0.6"
ConcreteStructs = "0.2.3"
DifferentialEquations = "7.16.1, 8"
LIBSVM = "0.8"
LinearAlgebra = "1.10"
LinearSolve = "3.57.0"
LuxCore = "1.3.0"
MLJLinearModels = "0.9.2, 0.10"
NNlib = "0.9.26"
Pkg = "1.10"
PrecompileTools = "1"
Random = "1.10"
Reexport = "1.2.2"
SafeTestsets = "0.1"
SparseArrays = "1.10"
Static = "1.2.0"
Statistics = "1.10"
Test = "1"
WeightInitializers = "1.0.5"
julia = "1.10"
[extras]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets", "DifferentialEquations", "MLJLinearModels", "LIBSVM", "Statistics", "SparseArrays", "Pkg"]