-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
30 lines (29 loc) · 888 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
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ComponentArrays = "0.15"
FFTW = "1"
Literate = "2"
Lux = "1"
NNlib = "0.9"
Optimisers = "0.3"
Plots = "1"
Zygote = "0.6"
FileWatching = "1"
LinearAlgebra = "1"
Printf = "1"
Random = "1"
SparseArrays = "1"
julia = "1.10"