Skip to content

Conversation

@plandes
Copy link
Collaborator

@plandes plandes commented Jan 4, 2026

No description provided.

@Logiquo
Copy link
Collaborator

Logiquo commented Jan 4, 2026

Could you explain what deprecation warnings you are fixing? e.g. what was the original warning message

@plandes
Copy link
Collaborator Author

plandes commented Jan 5, 2026

Could you explain what deprecation warnings you are fixing? e.g. what was the original warning message

Sure, this fixes warning messages like this that show up in the log while running the CI tests:

running unit tests...
⚠️ Warning: Top-level 'channels' in [package.build] is deprecated. Please move to 'backend.channels'.
 WARN Encountered 1 warning while parsing the manifest:
  ⚠ The `project` field is deprecated. Use `workspace` instead.
    ╭─[/home/runner/work/PyHealth/PyHealth/pyproject.toml:82:1]
 81 │     # specifies properties for the whole workspace
 82 │ ╭─▶ [tool.pixi.project]
 83 │ │   channels = ["conda-forge"]
 84 │ │   platforms = ["osx-arm64", "linux-64", "linux-aarch64", "win-64"]
 85 │ ├─▶ preview = ["pixi-build"]
    · ╰──── replace this with 'workspace'
 86 │     
    ╰────

Copy link
Collaborator

@Logiquo Logiquo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@Logiquo Logiquo merged commit b466158 into sunlabuiuc:master Jan 5, 2026
1 check passed
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.

2 participants