From 416dc2bab952b754729a0a78421af459dfb114bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:19:37 +0000 Subject: [PATCH] Update ipython requirement from <=8.12 to <=8.22.2 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.22.2) --- 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..534e6a540eda 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.22.2 # interactive notebook psutil # system utilization thop>=0.1.1 # FLOPs computation # mss # screenshots