We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769f899 commit 50ee9b7Copy full SHA for 50ee9b7
1 file changed
Project.toml
@@ -24,7 +24,7 @@ oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" # oneAPI version >= 2.6 is neede
24
# OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
25
26
[extensions]
27
-ExaModelsGenOpt = "GenOpt"
+ExaModelsGenOpt = ["GenOpt", "MathOptInterface"]
28
ExaModelsIpopt = ["MathOptInterface", "NLPModelsIpopt"]
29
ExaModelsJuMP = "JuMP"
30
ExaModelsKernelAbstractions = "KernelAbstractions"
@@ -51,4 +51,4 @@ OpenCL = "0.10"
51
SolverCore = "0.3"
52
SpecialFunctions = "2"
53
julia = "1.9"
54
-oneAPI = "2"
+oneAPI = "2"
0 commit comments