mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 02:39:51 +00:00
Fix streamlit version to <1.10 in UI dependencies (#2630)
* Trigger code-and-docs-check * Upgrade azure-ai-formrecognizer to 3.2.0b4 * Revert "Upgrade azure-ai-formrecognizer to 3.2.0b4" This reverts commit 21c3fc7e9b79b94143fb2d6009544a5cae9cf560. * Fix streamlit version to <1.10 * Update Documentation & Code Style Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c1b7948e10
commit
0a4477d315
@ -36,5 +36,5 @@ setup(
|
||||
],
|
||||
packages=find_packages(),
|
||||
python_requires=">=3.7, <4",
|
||||
install_requires=["streamlit>=1.2.0, <2", "st-annotated-text>=2.0.0, <3", "markdown>=3.3.4, <4"],
|
||||
install_requires=["streamlit>=1.2.0, <1.10", "st-annotated-text>=2.0.0, <3", "markdown>=3.3.4, <4"],
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user