-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
32 lines (28 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
name = "NeuralDELux"
uuid = "42edd903-6642-4dc2-93f6-9358071582bf"
authors = ["Maximilian Gelbrecht <[email protected]> and contributors"]
version = "1.3.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NODEData = "56c15bac-5c7d-45b6-b0e6-74117a5d8120"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[sources]
NODEData = {url = "https://github.com/maximilian-gelbrecht/NODEData.jl"}
[targets]
test = ["Test"]