From 1c8d0a812f13271f2f7257332eee48349fc8ad2e Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:04:07 +0200 Subject: [PATCH] docs: Update pypi docs (#1215) --- docs/reference/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index ab705dba6..b11212642 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -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. @@ -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: