Skip to content
New issue

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

Bug: Circular dependency with Symbolics.jl #68

Open
0x0f0f0f opened this issue Aug 2, 2024 · 2 comments
Open

Bug: Circular dependency with Symbolics.jl #68

0x0f0f0f opened this issue Aug 2, 2024 · 2 comments

Comments

@0x0f0f0f
Copy link

0x0f0f0f commented Aug 2, 2024

I'm trying to update major version of SymbolicUtils.jl dependency on Symbolics.jl

See JuliaSymbolics/Symbolics.jl#1205

And related MR JuliaSymbolics/Symbolics.jl#1196

This causes a circular dependency, as this package depends on Symbolics = 5

@jverzani
Copy link
Owner

jverzani commented Aug 2, 2024

I'd think the correct thing to do here is to make the extension based on SymPyCore which will load when either the PyCall or PythonCall version is loaded. That should avoid the issue and widen the availability.

@ChrisRackauckas
Copy link
Contributor

#69 (comment) is also part of the solution. Can that get a tag to check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants