JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatibility with new LineSearches version

djsegal opened this issue · comments

get this error message:

julia> Pkg.free("NLSolversBase")
INFO: Freeing NLSolversBase
ERROR: fixed packages introduce conflicting requirements for NLSolversBase:
         LineSearches requires versions [3.0.0,∞)
         NLsolve requires versions [2.1.0,3.0.0)
       the requirements are unsatisfiable because their intersection is empty

is there any plan to update to using the new version of NLSolversBase?

The only thing blocking this is somebody finding the time to adapt to the new APIs and open a PR.

cc @pkofod @KristofferC

How did you make this happen? Did you manually check out some of the related packages?

btw, fwiw it's fixed here #117 I'm just waiting for response from @devmotion

This is tagged now, please return if you don't find a solution.