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
Many packages rely on Compat.jl. If at all possible, it would be good for this package to be compatible with version 3+:
[compat]
Compat = "2, 3"
Right now, it is set to Compat = "2", yet Compat.jl has moved on to v3.27.
Until this is changed, adding SampledSignals.jl to my environment will force packages like HDF5.jl to get downgraded to significantly outdated versions.
It would be nice if you could cut a new release that resolves this issue.
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback @ma-laforge. Is your issue now resolved if you use the master branch? I will try and cut a new release in the next week or two.
Many packages rely on
Compat.jl
. If at all possible, it would be good for this package to be compatible with version 3+:Right now, it is set to
Compat = "2"
, yet Compat.jl has moved on to v3.27.Until this is changed, adding
SampledSignals.jl
to my environment will force packages likeHDF5.jl
to get downgraded to significantly outdated versions.It would be nice if you could cut a new release that resolves this issue.
Thanks.
The text was updated successfully, but these errors were encountered: