forked from infiniteopt/InfiniteOpt.jl
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (38 loc) · 1.4 KB
/
Project.toml
File metadata and controls
44 lines (38 loc) · 1.4 KB
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
name = "InfiniteOpt"
uuid = "20393b10-9daf-11e9-18c9-8db751c92c57"
version = "0.6.1"
authors = ["Joshua Pulsipher and colleagues"]
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[weakdeps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
MathOptAI = "e52c2cb8-508e-4e12-9dd2-9c4755b60e73"
[extensions]
InfiniteInterpolations = "Interpolations"
InfiniteMathOptAI = "MathOptAI"
[compat]
DataStructures = "0.14.2 - 0.18, 0.19"
Distributions = "0.19 - 0.25"
FastGaussQuadrature = "0.3.2 - 0.4, 0.5, 1"
Interpolations = "0.15, 0.16"
JuMP = "1.29.3"
MathOptAI = "0.1.18, 0.2"
MutableArithmetics = "1"
Reexport = "0.2, 1"
julia = "1.10"
[extras]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
MathOptAI = "e52c2cb8-508e-4e12-9dd2-9c4755b60e73"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "Test", "Random", "Suppressor", "Interpolations", "MathOptAI", "Ipopt"]