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've been using AcousticAnalogies.jl along with Meshes.jl. It seems that the former limits the version of the latter to v0.46.5. Unfortunately, this prevents usage with other packages only compatible with newer versions of Meshes.jl. I was wondering if we could bump the [compat] entry in the Project.toml file to the newest version of Meshes.jl. Hopefully there won't be any compatibility issues?
Thanks!
Below is the output from my package manager:
(@temp) pkg> status
Status `C:\Users\Mark\.julia\environments\temp\Project.toml`
[e71b3392] AcousticAnalogies v0.8.1
⌅ [eacbb407] Meshes v0.46.5
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated`
(@temp) pkg> status --outdated
Status `C:\Users\Mark\.julia\environments\temp\Project.toml`
⌅ [eacbb407] Meshes v0.46.5 (<v0.52.12): AcousticAnalogies
The text was updated successfully, but these errors were encountered:
I've been using AcousticAnalogies.jl along with Meshes.jl. It seems that the former limits the version of the latter to v0.46.5. Unfortunately, this prevents usage with other packages only compatible with newer versions of Meshes.jl. I was wondering if we could bump the
[compat]
entry in the Project.toml file to the newest version of Meshes.jl. Hopefully there won't be any compatibility issues?Thanks!
Below is the output from my package manager:
The text was updated successfully, but these errors were encountered: