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
SemiclassicalOrthogonalPolynomials.jl depends on Associated (and possibly Hilbert though I am not sure that import is actually used anywhere) which has moved from ClassicalOPs.jl to here.
As a result we are in a bit of a dependency mess because I want to use the latest version of ClassicalOPs.jl which has the QR/Cholesky jacobi matrices. (I can work around this locally but tests won't pass until this is resolved)
So - how close is this to being tagged and registered?
The text was updated successfully, but these errors were encountered:
TSGut
changed the title
How close is this to being tagged?
How close is this to being tagged and registered?
Apr 19, 2023
There is more than that conflict with the latest main branch of ClassicalOPs, it's just the primary one (some of the others are due ClassicalOPs requiring new versions of e.g. ArrayLayouts and other packages after the v1 update). But it can all be circumvented locally by overwriting the dependency requirements, yes.
SemiclassicalOrthogonalPolynomials.jl depends on Associated (and possibly Hilbert though I am not sure that import is actually used anywhere) which has moved from ClassicalOPs.jl to here.
As a result we are in a bit of a dependency mess because I want to use the latest version of ClassicalOPs.jl which has the QR/Cholesky jacobi matrices. (I can work around this locally but tests won't pass until this is resolved)
So - how close is this to being tagged and registered?
The text was updated successfully, but these errors were encountered: