-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 852 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
name = "LANSandBox"
uuid = "baa75641-05d7-426a-9816-ed63a81884ef"
authors = ["itsdfish"]
version = "0.1.0"
[deps]
ACTRModels = "c095b0ea-a6ca-5cbd-afed-dbab2e976880"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SequentialSamplingModels = "0e71a2a6-2b30-4447-8742-d083a85e82d1"
[compat]
ACTRModels = "0.10.0"
BSON = "0.3.0"
Distributions = "0.25.0"
Flux = "0.13.0"
MKL = "0.5.0,0.6.0"
Plots = "1.27.0"
ProgressMeter = "1.7.0"
SequentialSamplingModels = "0.1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]