From c71a4fb56ef8799c294d59ddb3c6767678023aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:31:08 +0000 Subject: [PATCH] Update ipython requirement from <=8.12 to <=8.27.0 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/rel-0.8.4...8.27.0) --- updated-dependencies: - dependency-name: ipython 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 b9eaeb8ae3b9..bed1a3f5bb18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ seaborn>=0.11.0 sparseml[torchvision] >= 1.4 # Extras -------------------------------------- -ipython<=8.12 # interactive notebook +ipython<=8.27.0 # interactive notebook psutil # system utilization thop>=0.1.1 # FLOPs computation # mss # screenshots