-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
49 lines (47 loc) · 1.56 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
42
43
44
45
46
47
48
49
name = "ParametricDFNOs"
uuid = "3b406863-5cae-494d-8b19-779e643ae09e"
authors = ["Richard Rex <richardr2926@gatech.edu>"]
version = "2.0.2"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
ParametricOperators = "db9e0614-c73c-4112-a40c-114e5b366d0d"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
CUDA = "5.2.0"
DrWatson = "2.14.1"
FileIO = "1.16.2"
Flux = "0.14.13"
HDF5 = "0.17.1"
IJulia = "1.24.2"
JLD2 = "0.4.46"
LaTeXStrings = "1.3.1"
MAT = "0.10.6"
MPI = "0.20.19"
Parameters = "0.12.3"
ParametricOperators = "1.1.2"
PlotlyJS = "0.18.13"
ProgressMeter = "1.10.0"
PyCall = "1.96.4"
PyPlot = "2.11.2"
Revise = "3.5.14"
Zygote = "0.6.69"
julia = "1.9.4"