We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Julia 1.9.3
Received the warning below during precompilation of the Symbolics v5.5.2 update.
Installed Symbolics ─────────────── v5.5.2 Installed SciMLBase ─────────────── v1.96.2 Updating `~/.julia/environments/v1.9/Project.toml` [0bca4576] ↑ SciMLBase v1.96.1 ⇒ v1.96.2 [0c5d862f] ↑ Symbolics v5.5.1 ⇒ v5.5.2 Updating `~/.julia/environments/v1.9/Manifest.toml` [102ac46a] ↑ MultivariatePolynomials v0.5.1 ⇒ v0.5.2 [d8a4904e] ↑ MutableArithmetics v1.3.1 ⇒ v1.3.2 [0bca4576] ↑ SciMLBase v1.96.1 ⇒ v1.96.2 [0c5d862f] ↑ Symbolics v5.5.1 ⇒ v5.5.2 Precompiling project... 12 dependencies successfully precompiled in 62 seconds. 293 already precompiled. 1 dependency had warnings during precompilation: ┌ Symbolics [0c5d862f-8b57-4792-8d23-62f2024744c7] │ WARNING: using DynamicPolynomials.Variable in module Symbolics conflicts with an existing identifier. └
As one of the 5.5.2 updates - merged pull requests is
explicitly depend on DynamicPolynomials and Bijections for CompatHelper (#965) (@shashi)
thought I'd mention it.
Does it matter?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello,
Julia 1.9.3
Received the warning below during precompilation of the Symbolics v5.5.2 update.
As one of the 5.5.2 updates - merged pull requests is
explicitly depend on DynamicPolynomials and Bijections for CompatHelper (#965) (@shashi)
thought I'd mention it.
Does it matter?
The text was updated successfully, but these errors were encountered: