From 2d199e1ec29ca94e78069a1f728fb7bb49de039d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:21:54 +0000 Subject: [PATCH] requirements: update rich requirement Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v10.1.0...v13.9.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1932ce1f4..719a1f75ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pandas<2.2.4 pillow<10.5.0 pint<0.22.0 protobuf<3.20.4 -rich>=10.1, <10.13 +rich>=10.1, <13.10 scipy>=1.7.3, <1.15 toposort<1.11 torch>=1.10.0, <2.5.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'