docs: patch versions may differ between OSS and Desktop (#9016)
* semver * make-h3 * move-version-match-note * comma * important * Update docs/docs/Support/release-notes.md Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
This commit is contained in:
parent
73f2c58f76
commit
18103cd964
2 changed files with 4 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Add the dependency and version to `requirements.txt` on separate lines in the fo
|
|||
|
||||
Restart Langflow Desktop to install the dependencies.
|
||||
|
||||
If you need to change or uninstall custom dependencies. edit the `requirements.txt` file, and then restart Langflow Desktop.
|
||||
If you need to change or uninstall custom dependencies, edit the `requirements.txt` file, and then restart Langflow Desktop.
|
||||
|
||||
## Install custom dependencies in Langflow OSS
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,12 @@ title: Langflow release notes
|
|||
slug: /release-notes
|
||||
---
|
||||
|
||||
This page summarizes significant changes to Langflow in each release.
|
||||
|
||||
This page summarizes significant changes to Langflow in each release.
|
||||
For all changes, see the [Changelog](https://github.com/langflow-ai/langflow/releases/latest).
|
||||
|
||||
Due to strict SemVer requirements, Langflow Desktop can have different patch versions than the core Langflow OSS Python package, but the major and minor versions are aligned.
|
||||
|
||||
## Prepare to upgrade
|
||||
|
||||
:::important
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue