-
Notifications
You must be signed in to change notification settings - Fork 31
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
Arblib dependencies incompatible with Oscar.jl #581
Comments
@saschatimme you closed an reopened #558 (see also #567 ). Is there a reason this was never updated? |
Just got never to it since some code changes are needed. The closing and reopening was just to trigger a CI run |
@oskarhenriksson we will have to bump the compatibility of HC.jl with Arblib 1.2 (since this is what Flint requires). #558 reported some errors when using a newer version of Arblib, so we will have to locate the errors and fix them. I have no time to do this next week, if you feel confident enough, you can go ahead. Otherwise, I will look at it later this month. |
You should be able to see the errors when you click on the failed tests. |
It seems like the logs have expired! See e.g. https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/actions/runs/6796791381/job/18477602504 |
I see. I can't seem to restart them. But you can run tests on your local machine. |
This is also seemingly causing us issues in Catalyst, where we are also seeing package resolution errors in CI that will prevent us from using the latest Symbolics versions and which I think are due to Arblib being held back by HomotopyContinuation: https://github.com/SciML/Catalyst.jl/actions/runs/10549534673/job/29224675728?pr=961 |
See #589 |
Thanks! |
I solved the compatibility issue and just registered a new release (2.11.0). |
Awesome, thanks for handling this so quickly now! |
Thanks a lot for fixing this! ^_^ |
When trying to install the latest version of HomtopyContiniation.jl and Oscar, I get a dependency issue with Arblib. It seems like HomotopyContiniation.jl requires an older version of the package, whereas Oscar requires a newer version.
Is there a good way to get around this?
The text was updated successfully, but these errors were encountered: