Skip to content

Commit 5971483

Browse files
Update docs/package-manager/installing-packages.md
capitalization Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8227605 commit 5971483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/package-manager/installing-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The **Advanced Options** section is a collapsible panel containing settings that
5555
The **Pip Override** section is a separate collapsible panel that lets you override specific Python package dependencies during installation and updates. It presents a data grid where each row defines an override with three fields:
5656

5757
- **Action**: **Update** to change a dependency's version or constraint, or **Remove** to exclude it entirely.
58-
- **Name**: the pip package name of the dependency to override.
58+
- **Name**: The pip package name of the dependency to override.
5959
- **Constraint** and **Version**: the version specifier (e.g., `>=`, `==`, `!=`) and target version to pin.
6060

6161
This is useful when you need to force a specific version of a dependency to resolve a compatibility issue, or to remove a problematic package from the install. For example, you might pin `numpy==1.26.4` or remove an optional dependency that causes conflicts.

0 commit comments

Comments
 (0)