Skip to content

Conversation

@Dashlander
Copy link
Contributor

@Dashlander Dashlander commented Nov 13, 2025

docs: pytorch-conda-forge.toml update

The docs provide an example pyproject.toml for project, which provides a deprecation warning:


 WARN Encountered 1 warning while parsing the manifest:
  ! The `project` field is deprecated. Use `workspace` instead.
   ,-[/home/dashlander/Desktop/mlaids/workspace/pyproject.toml:7:1]
 6 |
 7 | ,-> [tool.pixi.project]
 8 | |   channels = ["https://prefix.dev/conda-forge"]
 9 | |-> platforms = ["linux-64"]
   : `---- replace this with 'workspace'

Updating the toml files to reflect

The docs provide an example pyproject.toml for project, which provides a deprecation warning:

``` WARN Encountered 1 warning while parsing the manifest:
  ! The `project` field is deprecated. Use `workspace` instead.
   ,-[/home/dashlander/Desktop/mlaids/workspace/pyproject.toml:7:1]
 6 |
 7 | ,-> [tool.pixi.project]
 8 | |   channels = ["https://prefix.dev/conda-forge"]
 9 | |-> platforms = ["linux-64"]
   : `---- replace this with 'workspace'```

Updating tomls to reflect
Same as previous commit
Example workspace shows deprecation warning
Update to example pyproject.toml to remove deprecation warning.
@lucascolley lucascolley changed the title docs: pyproject.toml update in pytorch installation page to remove deprecation warnings docs(pytorch): project -> workspace Nov 16, 2025
Copy link
Collaborator

@lucascolley lucascolley left a comment

Choose a reason for hiding this comment

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

thanks @Dashlander ! I'll push an update to change this across the board, not just in the PyTorch tutorial.

@lucascolley
Copy link
Collaborator

ah nevermind, I can't push to your main branch, I'll just make a separate PR. Thanks @Dashlander !

@lucascolley lucascolley added the documentation Improvements or additions to documentation label Nov 16, 2025
@lucascolley lucascolley enabled auto-merge (squash) November 16, 2025 16:01
@lucascolley lucascolley merged commit be15e75 into prefix-dev:main Nov 16, 2025
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants