You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
julia>using Pkg; Pkg.status()
Status
⌅ [8913a72c] NonlinearSolve v3.4.0
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated`
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Describe the bug 🐞
NonlinearSolve.jl cannot be installed in Julia v1.9.4
Expected behavior
It can be installed and works.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
See above
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
I observed this in our CI runs, e.g., https://github.com/SKopecz/PositiveIntegrators.jl/actions/runs/8597851891/job/23557395790?pr=61#step:6:236
The text was updated successfully, but these errors were encountered: