Skip to content

Commit

Permalink
Exclude nlopt==2.9.0 (#1519)
Browse files Browse the repository at this point in the history
We want to avoid nlopt-python 2.9.0 because it does not match nlopt v2.9.0 and is affected by stevengj/nlopt#575.

Closes #1511.
  • Loading branch information
dweindl authored Nov 26, 2024
1 parent 4611586 commit fae7755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ ipopt =
dlib =
dlib >= 19.19.0
nlopt =
nlopt >= 2.6.2
# != 2.9.0: https://github.com/stevengj/nlopt/issues/575
nlopt >= 2.6.2, != 2.9.0
pyswarm =
pyswarm >= 0.6
cma =
Expand Down

0 comments on commit fae7755

Please sign in to comment.