-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (29 loc) · 921 Bytes
/
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
name = "LuxRecurrentLayers"
uuid = "5e5405f4-2f7b-4c22-98a2-cf8b6168ae33"
authors = ["Francesco Martinuzzi"]
version = "0.1.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
[compat]
Compat = "4.16.0"
ConcreteStructs = "0.2.3"
LinearAlgebra = "1.10"
Lux = "1.7.0"
NNlib = "0.9.27"
Random = "1.10"
SafeTestsets = "0.1.0"
Static = "1.1.1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "JET", "Test", "SafeTestsets"]