-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathProject.toml
36 lines (30 loc) · 931 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
34
35
36
name = "Wandb"
uuid = "ad70616a-06c9-5745-b1f1-6a5f42545108"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "0.5.6"
[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[weakdeps]
FluxTraining = "7bf95e4d-ca32-48da-9824-f0dc5310474f"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
[extensions]
WandbFluxTrainingExt = "FluxTraining"
WandbMPIExt = "MPI"
[compat]
CondaPkg = "0.2"
FluxTraining = "0.3"
MPI = "0.20"
PackageExtensionCompat = "1"
PlotlyJS = "v0.18.8"
PythonCall = "0.9.22"
julia = "1"
[extras]
FluxTraining = "7bf95e4d-ca32-48da-9824-f0dc5310474f"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "PlotlyJS"]