From 4818c7cc377e8cc06eeb762cfbf06342d1acec00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:47:23 +0000 Subject: [PATCH] chore(deps): update notebook requirement from <7 to <8 Updates the requirements on [notebook](https://github.com/jupyter/notebook) to permit the latest version. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.0.7/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.0-alpha.1...@jupyter-notebook/tree@7.0.7) --- updated-dependencies: - dependency-name: notebook 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 5a216a9..9d818ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.26.4 jupyter -notebook<7 +notebook<8 tensorly==0.8.1 opencv_contrib_python==4.9.0.80 matplotlib