From f8befc0fa9efcaf5c73e8d85d48034e95620ff53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:54:49 +0000 Subject: [PATCH] Update einops requirement from <0.7.0,>=0.6.0 to >=0.6.0,<0.8.0 Updates the requirements on [einops](https://github.com/arogozhnikov/einops) to permit the latest version. - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: einops 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 1a2dfe4..9189098 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ PyYAML >=5.4, <6.1.0 # importlib-metadata <1,>=0.12 #matplotlib >3.1 ipywidgets -einops >=0.6.0, <0.7.0 +einops >=0.6.0, <0.8.0 rich >=11.0.0 entmax>=1.1