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
I get a warning of circular depency, related to a lot of the SciML packages. Not sure if this is the right place to post it.
All of the said packages skipped precompilation. Not sure if this is due to error I made myself, but posting here just to notify.
Expected behavior
I expect no warning and for the packages to precompile.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
julia> Pkg.status()
Project RayTraceHeatTransfer v0.2.1
Status `C:\Users\jalok\Dropbox\Git\RayTraceHeatTransfer.jl\Project.toml`
[6e4b80f9] BenchmarkTools v1.5.0
[336ed68f] CSV v0.10.15
⌃ [052768ef] CUDA v5.5.0
⌅ [a93c6f00] DataFrames v1.6.1
[864edb3b] DataStructures v0.18.20
[a98d9a8b] Interpolations v0.15.1
[b964fa9f] LaTeXStrings v1.4.0
⌅ [7ed4a6bd] LinearSolve v2.30.2
⌅ [8913a72c] NonlinearSolve v3.13.1
[91a5bcdd] Plots v1.40.9
[0a514795] SparseMatrixColorings v0.4.10
[90137ffa] StaticArrays v1.9.8
[37e2e46d] LinearAlgebra v1.11.0
[8dfed614] Test v1.11.0
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated`
julia>
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Describe the bug 🐞
I get a warning of circular depency, related to a lot of the SciML packages. Not sure if this is the right place to post it.
All of the said packages skipped precompilation. Not sure if this is due to error I made myself, but posting here just to notify.
Expected behavior
I expect no warning and for the packages to precompile.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
pkg> update
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: