Skip to content

Relax TimerOutputs compat to fix CI resolution - #548

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:fix-ci-timeroutputs
Aug 27, 2026
Merged

Relax TimerOutputs compat to fix CI resolution#548
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:fix-ci-timeroutputs

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Summary

  • CI fails during Pkg.build with unsatisfiable TimerOutputs requirements: Groebner 0.10 needs TimerOutputs 0.5.x, but [compat] only allowed 1.x.
  • Widen the compat bound to "0.5.10, 1.0" so the resolver can pick a version compatible with both this package and Groebner.

Test plan

  • julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.build(); Pkg.precompile()' succeeds locally (resolves TimerOutputs v0.5.29)
  • CI Tests workflow passes on this PR

Made with Cursor

Groebner 0.10 requires TimerOutputs 0.5.x, but the package compat only allowed 1.x, causing Pkg resolution to fail in CI before tests could run.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ChrisRackauckas
ChrisRackauckas merged commit 17dc385 into SciML:master Aug 27, 2026
8 of 11 checks passed
@pogudingleb

Copy link
Copy Markdown
Collaborator

Thanks for the PR!
But it seems that CI still fails.

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

Successfully merging this pull request may close these issues.

3 participants