-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
41 lines (37 loc) · 1.17 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
41
name = "RestrictedBoltzmannMachines"
uuid = "12e6b396-7db5-4506-8cb6-664a4fe1e50e"
authors = ["Jorge FdCD <jorgefdcd@icloud.com>"]
version = "3.8.1"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
[extensions]
CUDAExt = "CUDA"
HDF5Ext = "HDF5"
[compat]
Adapt = "4.1.1"
CUDA = "3, 4, 5"
ChainRulesCore = "1.21.1"
DiffRules = "1.8"
EllipsisNotation = "1.8"
FillArrays = "1.9"
HDF5 = "0.16, 0.17"
LinearAlgebra = "1.7"
LogExpFunctions = "0.3.26"
Optimisers = "0.3.2, 0.4.0"
Random = "1.7"
SpecialFunctions = "2.3.1"
Statistics = "1.7"
julia = "1.11"