Skip to content

Commit b12a9ef

Browse files
committed
clean up dependencies
1 parent aa5fb5b commit b12a9ef

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ uuid = "82193955-e24f-5292-bf16-6f2c5261a85f"
33
version = "0.11.14"
44

55
[deps]
6-
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
76
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
87
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
98
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
@@ -13,7 +12,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce"
1312

1413
[compat]
1514
MathOptInterface = "1"
16-
OpenBLAS32_jll = "0.3.10"
15+
OpenBLAS32_jll = "0.3"
1716
SCIP_PaPILO_jll = "800"
1817
SCIP_jll = "800"
1918
julia = "1.6"

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,3 @@ Supported operators in nonlinear expressions are as follows:
147147
* `abs`
148148
* `cos`
149149
* `sin`
150-
151-
## Errors with nonlinear models
152-
153-
When solving a nonlinear model, you may encounter `Error: no BLAS/LAPACK library loaded!`,
154-
this comes from Ipopt, see the [README](https://github.com/jump-dev/Ipopt.jl/#julia-17)
155-
on Ipopt.jl.

0 commit comments

Comments
 (0)