Skip to content

Commit

Permalink
docs: Update pypi docs (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Apr 17, 2024
1 parent a2ea787 commit 1c8d0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ rust = "1.72"
pytorch-cpu = { version = "~=1.1", channel = "pytorch" }
```

### `pypi-dependencies` (Beta feature)
### `pypi-dependencies`

??? info "Details regarding the PyPI integration"
We use [`uv`](https://github.com/astral-sh/uv), which is a new fast pip replacement written in Rust.
Expand All @@ -309,7 +309,7 @@ PyPI packages are not indexed on [prefix.dev](https://prefix.dev/channels) but c

!!! warning "Important considerations"
- **Stability**: PyPI packages might be less stable than their conda counterparts. Prefer using conda packages in the `dependencies` table where possible.
- **Compatibility limitations**: Currently, pixi doesn't support: Private PyPI repositories
- **Compatibility limitation**: Currently, pixi doesn't support private PyPI repositories

#### Version specification:

Expand Down

0 comments on commit 1c8d0a8

Please sign in to comment.