-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
41 lines (37 loc) · 1.15 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 = "MonotoneSplines"
uuid = "92812004-5f8d-4354-96af-0c8b7c0637d0"
authors = ["szcf-weiya <[email protected]>"]
version = "0.1.2"
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
BSON = "0.3"
Conda = "1.4"
ECOS = "1.1"
Flux = "0.13, 0.14"
JuMP = "1.3"
Plots = "1.35"
ProgressMeter = "1.7"
PyCall = "1.94"
RCall = "0.13"
StatsBase = "0.33"
Zygote = "0.6"
julia = "1.8"
[extras]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "RCall", "PyCall"]